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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=34",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 35,
    "results": [
        {
            "start": 817080202,
            "stop": 817080411
        },
        {
            "start": 817081349,
            "stop": 817081715
        },
        {
            "start": 817081718,
            "stop": 817082037
        },
        {
            "start": 817085572,
            "stop": 817085954
        },
        {
            "start": 817085957,
            "stop": 817088061
        },
        {
            "start": 817088210,
            "stop": 817090566
        },
        {
            "start": 817090583,
            "stop": 817091433
        },
        {
            "start": 817091436,
            "stop": 817101397
        },
        {
            "start": 817101400,
            "stop": 817103728
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111763,
            "stop": 817113773
        },
        {
            "start": 817113790,
            "stop": 817114323
        },
        {
            "start": 817114340,
            "stop": 817116589
        },
        {
            "start": 817116606,
            "stop": 817133877
        },
        {
            "start": 817133894,
            "stop": 817138129
        },
        {
            "start": 817138148,
            "stop": 817140012
        },
        {
            "start": 817140016,
            "stop": 817141632
        },
        {
            "start": 817141635,
            "stop": 817147014
        },
        {
            "start": 817147020,
            "stop": 817148777
        }
    ]
}