Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46946
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46945",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46946,
    "results": [
        {
            "start": 875203502,
            "stop": 875203510
        },
        {
            "start": 875203511,
            "stop": 875203523
        },
        {
            "start": 875203524,
            "stop": 875203530
        },
        {
            "start": 875203531,
            "stop": 875203594
        },
        {
            "start": 875203595,
            "stop": 875203614
        },
        {
            "start": 875203616,
            "stop": 875203636
        },
        {
            "start": 875203637,
            "stop": 875203654
        },
        {
            "start": 875203655,
            "stop": 875203657
        },
        {
            "start": 875203658,
            "stop": 875203661
        },
        {
            "start": 875203662,
            "stop": 875203665
        },
        {
            "start": 875203666,
            "stop": 875203669
        },
        {
            "start": 875203672,
            "stop": 875203679
        },
        {
            "start": 875203680,
            "stop": 875203690
        },
        {
            "start": 875203691,
            "stop": 875203699
        },
        {
            "start": 875203701,
            "stop": 875203742
        },
        {
            "start": 875203743,
            "stop": 875203751
        },
        {
            "start": 875203752,
            "stop": 875203769
        },
        {
            "start": 875203770,
            "stop": 875203806
        },
        {
            "start": 875203807,
            "stop": 875203827
        },
        {
            "start": 875203829,
            "stop": 875203831
        }
    ]
}