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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4368",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4369,
    "results": [
        {
            "start": 874900191,
            "stop": 874900330
        },
        {
            "start": 874900349,
            "stop": 874901340
        },
        {
            "start": 874901400,
            "stop": 874901562
        },
        {
            "start": 874904138,
            "stop": 874904520
        },
        {
            "start": 874904580,
            "stop": 874909652
        },
        {
            "start": 874909808,
            "stop": 874914226
        },
        {
            "start": 874914245,
            "stop": 874915320
        },
        {
            "start": 874915380,
            "stop": 874916133
        },
        {
            "start": 874916134,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874920240
        },
        {
            "start": 874920300,
            "stop": 874925341
        },
        {
            "start": 874925377,
            "stop": 874932402
        },
        {
            "start": 874932421,
            "stop": 874934400
        },
        {
            "start": 874934520,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874935960
        },
        {
            "start": 874936020,
            "stop": 874936824
        },
        {
            "start": 874936944,
            "stop": 874938590
        },
        {
            "start": 874938710,
            "stop": 874939350
        },
        {
            "start": 874939369,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874939894
        }
    ]
}