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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=48",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 49,
    "results": [
        {
            "start": 817090380,
            "stop": 817090566
        },
        {
            "start": 817090583,
            "stop": 817091433
        },
        {
            "start": 817091436,
            "stop": 817092748
        },
        {
            "start": 817092868,
            "stop": 817096278
        },
        {
            "start": 817096398,
            "stop": 817101397
        },
        {
            "start": 817101400,
            "stop": 817103728
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111763,
            "stop": 817112442
        },
        {
            "start": 817112562,
            "stop": 817113773
        },
        {
            "start": 817113790,
            "stop": 817114323
        },
        {
            "start": 817114340,
            "stop": 817116589
        },
        {
            "start": 817116606,
            "stop": 817120560
        },
        {
            "start": 817120680,
            "stop": 817133877
        },
        {
            "start": 817133894,
            "stop": 817138129
        },
        {
            "start": 817138148,
            "stop": 817139474
        },
        {
            "start": 817139594,
            "stop": 817140012
        },
        {
            "start": 817140016,
            "stop": 817141632
        },
        {
            "start": 817141635,
            "stop": 817143574
        },
        {
            "start": 817143773,
            "stop": 817144446
        }
    ]
}