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=46877
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=46878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46876",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46877,
    "results": [
        {
            "start": 875148880,
            "stop": 875148891
        },
        {
            "start": 875148892,
            "stop": 875148902
        },
        {
            "start": 875148905,
            "stop": 875148916
        },
        {
            "start": 875148918,
            "stop": 875148942
        },
        {
            "start": 875148944,
            "stop": 875148953
        },
        {
            "start": 875148954,
            "stop": 875148981
        },
        {
            "start": 875148982,
            "stop": 875148986
        },
        {
            "start": 875148987,
            "stop": 875148993
        },
        {
            "start": 875148994,
            "stop": 875149006
        },
        {
            "start": 875149008,
            "stop": 875149022
        },
        {
            "start": 875149024,
            "stop": 875149025
        },
        {
            "start": 875149026,
            "stop": 875149049
        },
        {
            "start": 875149050,
            "stop": 875149061
        },
        {
            "start": 875149062,
            "stop": 875149066
        },
        {
            "start": 875149069,
            "stop": 875149074
        },
        {
            "start": 875149076,
            "stop": 875149078
        },
        {
            "start": 875149083,
            "stop": 875149105
        },
        {
            "start": 875149106,
            "stop": 875149113
        },
        {
            "start": 875149115,
            "stop": 875149121
        },
        {
            "start": 875149122,
            "stop": 875149123
        }
    ]
}