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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 33,
    "results": [
        {
            "start": 817081349,
            "stop": 817081715
        },
        {
            "start": 817081718,
            "stop": 817082037
        },
        {
            "start": 817085572,
            "stop": 817085954
        },
        {
            "start": 817085957,
            "stop": 817088061
        },
        {
            "start": 817088210,
            "stop": 817091433
        },
        {
            "start": 817091436,
            "stop": 817101397
        },
        {
            "start": 817101400,
            "stop": 817103728
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111763,
            "stop": 817138137
        },
        {
            "start": 817138141,
            "stop": 817140012
        },
        {
            "start": 817140016,
            "stop": 817141632
        },
        {
            "start": 817141635,
            "stop": 817147014
        },
        {
            "start": 817147020,
            "stop": 817148777
        },
        {
            "start": 817148780,
            "stop": 817149375
        },
        {
            "start": 817149378,
            "stop": 817149681
        },
        {
            "start": 817149685,
            "stop": 817150083
        },
        {
            "start": 817150086,
            "stop": 817150139
        },
        {
            "start": 817150142,
            "stop": 817150347
        },
        {
            "start": 817150354,
            "stop": 817150370
        }
    ]
}