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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=10",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 11,
    "results": [
        {
            "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
        },
        {
            "start": 816235747,
            "stop": 816235773
        },
        {
            "start": 816235781,
            "stop": 816235798
        },
        {
            "start": 816235806,
            "stop": 816235810
        },
        {
            "start": 816235818,
            "stop": 816235838
        },
        {
            "start": 816235853,
            "stop": 816235891
        },
        {
            "start": 816235898,
            "stop": 816235951
        },
        {
            "start": 816235959,
            "stop": 816236035
        },
        {
            "start": 816236050,
            "stop": 816236056
        },
        {
            "start": 816236063,
            "stop": 816236065
        },
        {
            "start": 816236073,
            "stop": 816236113
        },
        {
            "start": 816236120,
            "stop": 816236137
        },
        {
            "start": 816236145,
            "stop": 816236171
        }
    ]
}