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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=65",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 66,
    "results": [
        {
            "start": 824844026,
            "stop": 824844044
        },
        {
            "start": 824844051,
            "stop": 824844133
        },
        {
            "start": 824844140,
            "stop": 824844151
        },
        {
            "start": 824844158,
            "stop": 824844199
        },
        {
            "start": 824844214,
            "stop": 824844219
        },
        {
            "start": 824844226,
            "stop": 824844248
        },
        {
            "start": 824844288,
            "stop": 824844295
        },
        {
            "start": 824844312,
            "stop": 824844323
        },
        {
            "start": 824844332,
            "stop": 824844336
        },
        {
            "start": 824844349,
            "stop": 824844355
        },
        {
            "start": 824844379,
            "stop": 824844388
        },
        {
            "start": 824844396,
            "stop": 824844397
        },
        {
            "start": 824844405,
            "stop": 824844410
        },
        {
            "start": 824844426,
            "stop": 824844647
        },
        {
            "start": 824844654,
            "stop": 824844895
        },
        {
            "start": 824846398,
            "stop": 824855361
        },
        {
            "start": 824857591,
            "stop": 824858245
        },
        {
            "start": 824858543,
            "stop": 824872765
        },
        {
            "start": 824872774,
            "stop": 824872780
        },
        {
            "start": 824877441,
            "stop": 824887533
        }
    ]
}