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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=675",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 676,
    "results": [
        {
            "start": 852521776,
            "stop": 852545810
        },
        {
            "start": 852545813,
            "stop": 852545816
        },
        {
            "start": 852545852,
            "stop": 852548706
        },
        {
            "start": 852548709,
            "stop": 852563139
        },
        {
            "start": 852563149,
            "stop": 852564521
        },
        {
            "start": 852564526,
            "stop": 852565869
        },
        {
            "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": 852599226,
            "stop": 852627973
        },
        {
            "start": 852629041,
            "stop": 852633491
        },
        {
            "start": 852638743,
            "stop": 852644877
        },
        {
            "start": 852645501,
            "stop": 852645746
        },
        {
            "start": 852646146,
            "stop": 852646151
        }
    ]
}