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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=138",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 139,
    "results": [
        {
            "start": 834848376,
            "stop": 834850830
        },
        {
            "start": 834870058,
            "stop": 834873821
        },
        {
            "start": 834875129,
            "stop": 834878066
        },
        {
            "start": 834878969,
            "stop": 834882774
        },
        {
            "start": 834882776,
            "stop": 834896155
        },
        {
            "start": 834897114,
            "stop": 834906078
        },
        {
            "start": 834906993,
            "stop": 834930386
        },
        {
            "start": 834931844,
            "stop": 834932800
        },
        {
            "start": 834933728,
            "stop": 834948577
        },
        {
            "start": 834948898,
            "stop": 834950183
        },
        {
            "start": 834950321,
            "stop": 834950343
        },
        {
            "start": 834955940,
            "stop": 834960404
        },
        {
            "start": 834961469,
            "stop": 834963285
        },
        {
            "start": 834964591,
            "stop": 834983666
        },
        {
            "start": 834983697,
            "stop": 834985758
        },
        {
            "start": 834995603,
            "stop": 835005668
        },
        {
            "start": 835006771,
            "stop": 835009119
        },
        {
            "start": 835010582,
            "stop": 835020089
        },
        {
            "start": 835021459,
            "stop": 835025095
        },
        {
            "start": 835025097,
            "stop": 835039443
        }
    ]
}