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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=83",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 84,
    "results": [
        {
            "start": 816925693,
            "stop": 816926293
        },
        {
            "start": 816926300,
            "stop": 816926590
        },
        {
            "start": 816926597,
            "stop": 816927844
        },
        {
            "start": 816927857,
            "stop": 816928488
        },
        {
            "start": 816928495,
            "stop": 816928500
        },
        {
            "start": 816928508,
            "stop": 816931325
        },
        {
            "start": 816931332,
            "stop": 816931977
        },
        {
            "start": 816931984,
            "stop": 816932300
        },
        {
            "start": 816932307,
            "stop": 816932837
        },
        {
            "start": 816932844,
            "stop": 816933126
        },
        {
            "start": 816933133,
            "stop": 816934216
        },
        {
            "start": 816934223,
            "stop": 816935306
        },
        {
            "start": 816935313,
            "stop": 816937022
        },
        {
            "start": 816937029,
            "stop": 816937664
        },
        {
            "start": 816937671,
            "stop": 816938668
        },
        {
            "start": 816938675,
            "stop": 816938965
        },
        {
            "start": 816938972,
            "stop": 816939438
        },
        {
            "start": 816939446,
            "stop": 816939773
        },
        {
            "start": 816939786,
            "stop": 816940172
        },
        {
            "start": 816940179,
            "stop": 816940564
        }
    ]
}