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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=151",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 152,
    "results": [
        {
            "start": 819857246,
            "stop": 819859133
        },
        {
            "start": 819859136,
            "stop": 819860492
        },
        {
            "start": 819860496,
            "stop": 819863382
        },
        {
            "start": 819863385,
            "stop": 819865382
        },
        {
            "start": 819865385,
            "stop": 819868333
        },
        {
            "start": 819868337,
            "stop": 819868797
        },
        {
            "start": 819868801,
            "stop": 819869115
        },
        {
            "start": 819869118,
            "stop": 819875014
        },
        {
            "start": 819875017,
            "stop": 819880946
        },
        {
            "start": 819881776,
            "stop": 819884837
        },
        {
            "start": 819884840,
            "stop": 819886644
        },
        {
            "start": 819886647,
            "stop": 819887026
        },
        {
            "start": 819888431,
            "stop": 819893758
        },
        {
            "start": 819893761,
            "stop": 819895810
        },
        {
            "start": 819895814,
            "stop": 819897125
        },
        {
            "start": 819897129,
            "stop": 819900460
        },
        {
            "start": 819900463,
            "stop": 819901116
        },
        {
            "start": 819901119,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819901537
        },
        {
            "start": 819902055,
            "stop": 819904951
        }
    ]
}