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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=75",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 76,
    "results": [
        {
            "start": 931469810,
            "stop": 931469990
        },
        {
            "start": 931471970,
            "stop": 931472088
        },
        {
            "start": 931472106,
            "stop": 931472267
        },
        {
            "start": 931472390,
            "stop": 931472570
        },
        {
            "start": 931472630,
            "stop": 931472664
        },
        {
            "start": 931479596,
            "stop": 931479650
        },
        {
            "start": 931479830,
            "stop": 931479890
        },
        {
            "start": 931479950,
            "stop": 931480010
        },
        {
            "start": 931483275,
            "stop": 931483277
        },
        {
            "start": 931483281,
            "stop": 931483282
        },
        {
            "start": 931484570,
            "stop": 931484690
        },
        {
            "start": 931484708,
            "stop": 931484810
        },
        {
            "start": 931484870,
            "stop": 931484891
        },
        {
            "start": 931484909,
            "stop": 931484930
        },
        {
            "start": 931484990,
            "stop": 931485008
        },
        {
            "start": 931485026,
            "stop": 931485510
        },
        {
            "start": 931485539,
            "stop": 931485589
        },
        {
            "start": 931485978,
            "stop": 931485989
        },
        {
            "start": 931486006,
            "stop": 931486130
        },
        {
            "start": 931486310,
            "stop": 931486447
        }
    ]
}