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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=221",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 222,
    "results": [
        {
            "start": 852563149,
            "stop": 852564521
        },
        {
            "start": 852564526,
            "stop": 852566232
        },
        {
            "start": 852567754,
            "stop": 852567757
        },
        {
            "start": 852570768,
            "stop": 852574993
        },
        {
            "start": 852575801,
            "stop": 852576287
        },
        {
            "start": 852579451,
            "stop": 852579633
        },
        {
            "start": 852579634,
            "stop": 852579941
        },
        {
            "start": 852579942,
            "stop": 852580446
        },
        {
            "start": 852583457,
            "stop": 852583813
        },
        {
            "start": 852585782,
            "stop": 852587459
        },
        {
            "start": 852587460,
            "stop": 852595273
        },
        {
            "start": 852605354,
            "stop": 852627973
        },
        {
            "start": 852629041,
            "stop": 852633491
        },
        {
            "start": 852638743,
            "stop": 852644931
        },
        {
            "start": 852645501,
            "stop": 852652926
        },
        {
            "start": 852658065,
            "stop": 852660468
        },
        {
            "start": 852660469,
            "stop": 852661333
        },
        {
            "start": 852663922,
            "stop": 852669906
        },
        {
            "start": 852673996,
            "stop": 852679302
        },
        {
            "start": 852690177,
            "stop": 852691891
        }
    ]
}