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=4340
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=4341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4339",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4340,
    "results": [
        {
            "start": 874745305,
            "stop": 874745340
        },
        {
            "start": 874745400,
            "stop": 874745495
        },
        {
            "start": 874745538,
            "stop": 874745569
        },
        {
            "start": 874745588,
            "stop": 874745638
        },
        {
            "start": 874745657,
            "stop": 874745791
        },
        {
            "start": 874745810,
            "stop": 874745995
        },
        {
            "start": 874746025,
            "stop": 874746059
        },
        {
            "start": 874746078,
            "stop": 874746107
        },
        {
            "start": 874746126,
            "stop": 874746186
        },
        {
            "start": 874746206,
            "stop": 874746364
        },
        {
            "start": 874746383,
            "stop": 874746447
        },
        {
            "start": 874746482,
            "stop": 874746639
        },
        {
            "start": 874746658,
            "stop": 874746704
        },
        {
            "start": 874746723,
            "stop": 874746777
        },
        {
            "start": 874746816,
            "stop": 874746825
        },
        {
            "start": 874746844,
            "stop": 874746850
        },
        {
            "start": 874746869,
            "stop": 874746877
        },
        {
            "start": 874746897,
            "stop": 874746925
        },
        {
            "start": 874746944,
            "stop": 874747043
        },
        {
            "start": 874747062,
            "stop": 874747181
        }
    ]
}