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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4926",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4927,
    "results": [
        {
            "start": 875208405,
            "stop": 875208414
        },
        {
            "start": 875208433,
            "stop": 875208454
        },
        {
            "start": 875208476,
            "stop": 875208520
        },
        {
            "start": 875208539,
            "stop": 875208609
        },
        {
            "start": 875208628,
            "stop": 875208671
        },
        {
            "start": 875208693,
            "stop": 875208712
        },
        {
            "start": 875208731,
            "stop": 875208801
        },
        {
            "start": 875208820,
            "stop": 875208836
        },
        {
            "start": 875208867,
            "stop": 875208919
        },
        {
            "start": 875208938,
            "stop": 875208952
        },
        {
            "start": 875208971,
            "stop": 875208992
        },
        {
            "start": 875209012,
            "stop": 875209099
        },
        {
            "start": 875209118,
            "stop": 875209126
        },
        {
            "start": 875209171,
            "stop": 875209251
        },
        {
            "start": 875209271,
            "stop": 875209277
        },
        {
            "start": 875209306,
            "stop": 875209364
        },
        {
            "start": 875209383,
            "stop": 875209404
        },
        {
            "start": 875209438,
            "stop": 875209475
        },
        {
            "start": 875209495,
            "stop": 875209499
        },
        {
            "start": 875209624,
            "stop": 875209643
        }
    ]
}