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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=178",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 179,
    "results": [
        {
            "start": 836710680,
            "stop": 836763695
        },
        {
            "start": 836763698,
            "stop": 836764044
        },
        {
            "start": 836764048,
            "stop": 836764294
        },
        {
            "start": 836764312,
            "stop": 836764376
        },
        {
            "start": 836764380,
            "stop": 836764405
        },
        {
            "start": 836764409,
            "stop": 836769063
        },
        {
            "start": 836770538,
            "stop": 836771107
        },
        {
            "start": 836771783,
            "stop": 836773284
        },
        {
            "start": 836773288,
            "stop": 836773317
        },
        {
            "start": 836773321,
            "stop": 836773654
        },
        {
            "start": 836773658,
            "stop": 836776331
        },
        {
            "start": 836777056,
            "stop": 836778180
        },
        {
            "start": 836778184,
            "stop": 836778204
        },
        {
            "start": 836778232,
            "stop": 836778264
        },
        {
            "start": 836778275,
            "stop": 836778292
        },
        {
            "start": 836778304,
            "stop": 836778321
        },
        {
            "start": 836778328,
            "stop": 836778330
        },
        {
            "start": 836778334,
            "stop": 836780397
        },
        {
            "start": 836780401,
            "stop": 836780934
        },
        {
            "start": 836780938,
            "stop": 836781333
        }
    ]
}