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=10294
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=10295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10293",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10294,
    "results": [
        {
            "start": 875100683,
            "stop": 875100716
        },
        {
            "start": 875100802,
            "stop": 875100879
        },
        {
            "start": 875100919,
            "stop": 875100969
        },
        {
            "start": 875101005,
            "stop": 875101072
        },
        {
            "start": 875101108,
            "stop": 875101111
        },
        {
            "start": 875101148,
            "stop": 875101203
        },
        {
            "start": 875101293,
            "stop": 875101304
        },
        {
            "start": 875101340,
            "stop": 875101347
        },
        {
            "start": 875101511,
            "stop": 875101537
        },
        {
            "start": 875101573,
            "stop": 875101585
        },
        {
            "start": 875101625,
            "stop": 875101648
        },
        {
            "start": 875101665,
            "stop": 875101802
        },
        {
            "start": 875101922,
            "stop": 875101945
        },
        {
            "start": 875102001,
            "stop": 875102017
        },
        {
            "start": 875102060,
            "stop": 875102073
        },
        {
            "start": 875102209,
            "stop": 875102309
        },
        {
            "start": 875102347,
            "stop": 875102354
        },
        {
            "start": 875102403,
            "stop": 875102532
        },
        {
            "start": 875102628,
            "stop": 875103531
        },
        {
            "start": 875103578,
            "stop": 875103739
        }
    ]
}