Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=210",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 211,
    "results": [
        {
            "start": 933067668,
            "stop": 933067884
        },
        {
            "start": 933076359,
            "stop": 933076366
        },
        {
            "start": 933076371,
            "stop": 933076815
        },
        {
            "start": 933077175,
            "stop": 933077185
        },
        {
            "start": 933077205,
            "stop": 933077448
        },
        {
            "start": 933077453,
            "stop": 933077700
        },
        {
            "start": 933077703,
            "stop": 933077727
        },
        {
            "start": 933078827,
            "stop": 933078976
        },
        {
            "start": 933078978,
            "stop": 933080415
        },
        {
            "start": 933080775,
            "stop": 933081801
        },
        {
            "start": 933081803,
            "stop": 933082115
        },
        {
            "start": 933082117,
            "stop": 933082501
        },
        {
            "start": 933082503,
            "stop": 933082735
        },
        {
            "start": 933082737,
            "stop": 933084015
        },
        {
            "start": 933084375,
            "stop": 933085149
        },
        {
            "start": 933085151,
            "stop": 933085732
        },
        {
            "start": 933089709,
            "stop": 933090515
        },
        {
            "start": 933091575,
            "stop": 933091743
        },
        {
            "start": 933091746,
            "stop": 933091757
        },
        {
            "start": 933091760,
            "stop": 933091773
        }
    ]
}