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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6063",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6064,
    "results": [
        {
            "start": 873819773,
            "stop": 873819775
        },
        {
            "start": 873819776,
            "stop": 873820827
        },
        {
            "start": 873820829,
            "stop": 873821010
        },
        {
            "start": 873821013,
            "stop": 873821122
        },
        {
            "start": 873821125,
            "stop": 873821126
        },
        {
            "start": 873821129,
            "stop": 873821134
        },
        {
            "start": 873821137,
            "stop": 873821197
        },
        {
            "start": 873821200,
            "stop": 873821277
        },
        {
            "start": 873821281,
            "stop": 873821289
        },
        {
            "start": 873821295,
            "stop": 873821313
        },
        {
            "start": 873821319,
            "stop": 873821533
        },
        {
            "start": 873821536,
            "stop": 873821580
        },
        {
            "start": 873821640,
            "stop": 873821667
        },
        {
            "start": 873821670,
            "stop": 873821671
        },
        {
            "start": 873821674,
            "stop": 873821933
        },
        {
            "start": 873821936,
            "stop": 873821940
        },
        {
            "start": 873821943,
            "stop": 873821953
        },
        {
            "start": 873821960,
            "stop": 873821977
        },
        {
            "start": 873825361,
            "stop": 873825365
        },
        {
            "start": 873825366,
            "stop": 873825386
        }
    ]
}