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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=144",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 145,
    "results": [
        {
            "start": 819779675,
            "stop": 819780330
        },
        {
            "start": 819780333,
            "stop": 819781890
        },
        {
            "start": 819781893,
            "stop": 819783349
        },
        {
            "start": 819783353,
            "stop": 819783907
        },
        {
            "start": 819783911,
            "stop": 819784627
        },
        {
            "start": 819784630,
            "stop": 819786299
        },
        {
            "start": 819786302,
            "stop": 819787122
        },
        {
            "start": 819787125,
            "stop": 819788181
        },
        {
            "start": 819788182,
            "stop": 819788270
        },
        {
            "start": 819788274,
            "stop": 819788276
        },
        {
            "start": 819788279,
            "stop": 819789651
        },
        {
            "start": 819791828,
            "stop": 819793693
        },
        {
            "start": 819793696,
            "stop": 819795123
        },
        {
            "start": 819795127,
            "stop": 819796705
        },
        {
            "start": 819796709,
            "stop": 819798016
        },
        {
            "start": 819798019,
            "stop": 819798750
        },
        {
            "start": 819798753,
            "stop": 819798867
        },
        {
            "start": 819798870,
            "stop": 819799563
        },
        {
            "start": 819799567,
            "stop": 819800104
        },
        {
            "start": 819800108,
            "stop": 819801811
        }
    ]
}