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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=15",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 16,
    "results": [
        {
            "start": 816234922,
            "stop": 816234959
        },
        {
            "start": 816234970,
            "stop": 816235006
        },
        {
            "start": 816235016,
            "stop": 816235038
        },
        {
            "start": 816235049,
            "stop": 816235056
        },
        {
            "start": 816235066,
            "stop": 816235102
        },
        {
            "start": 816235111,
            "stop": 816235129
        },
        {
            "start": 816235136,
            "stop": 816235194
        },
        {
            "start": 816235204,
            "stop": 816235228
        },
        {
            "start": 816235237,
            "stop": 816235350
        },
        {
            "start": 816235358,
            "stop": 816235419
        },
        {
            "start": 816235438,
            "stop": 816235442
        },
        {
            "start": 816235456,
            "stop": 816235486
        },
        {
            "start": 816235497,
            "stop": 816235526
        },
        {
            "start": 816235533,
            "stop": 816235543
        },
        {
            "start": 816235550,
            "stop": 816235571
        },
        {
            "start": 816235581,
            "stop": 816235589
        },
        {
            "start": 816235596,
            "stop": 816235606
        },
        {
            "start": 816235620,
            "stop": 816235644
        },
        {
            "start": 816235651,
            "stop": 816235722
        },
        {
            "start": 816235729,
            "stop": 816235737
        }
    ]
}