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/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=136
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=135",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 136,
    "results": [
        {
            "start": 818120320,
            "stop": 818120469
        },
        {
            "start": 818120710,
            "stop": 818120736
        },
        {
            "start": 818121373,
            "stop": 818121377
        },
        {
            "start": 818121497,
            "stop": 818121508
        },
        {
            "start": 818121628,
            "stop": 818121631
        },
        {
            "start": 818121751,
            "stop": 818123679
        },
        {
            "start": 818123799,
            "stop": 818123817
        },
        {
            "start": 818123994,
            "stop": 818125712
        },
        {
            "start": 818125832,
            "stop": 818126564
        },
        {
            "start": 818126684,
            "stop": 818127362
        },
        {
            "start": 818127482,
            "stop": 818130999
        },
        {
            "start": 818131119,
            "stop": 818132477
        },
        {
            "start": 818132597,
            "stop": 818137851
        },
        {
            "start": 818137971,
            "stop": 818140154
        },
        {
            "start": 818140274,
            "stop": 818144802
        },
        {
            "start": 818145398,
            "stop": 818147134
        },
        {
            "start": 818147151,
            "stop": 818149701
        },
        {
            "start": 818149821,
            "stop": 818156653
        },
        {
            "start": 818156773,
            "stop": 818159105
        },
        {
            "start": 818159122,
            "stop": 818160880
        }
    ]
}