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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=42",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 43,
    "results": [
        {
            "start": 931348770,
            "stop": 931348785
        },
        {
            "start": 931349178,
            "stop": 931349184
        },
        {
            "start": 931349233,
            "stop": 931349256
        },
        {
            "start": 931349259,
            "stop": 931349282
        },
        {
            "start": 931349300,
            "stop": 931349359
        },
        {
            "start": 931349382,
            "stop": 931349417
        },
        {
            "start": 931349446,
            "stop": 931349491
        },
        {
            "start": 931349552,
            "stop": 931349560
        },
        {
            "start": 931349588,
            "stop": 931349627
        },
        {
            "start": 931349645,
            "stop": 931349712
        },
        {
            "start": 931349730,
            "stop": 931349763
        },
        {
            "start": 931349781,
            "stop": 931349869
        },
        {
            "start": 931349888,
            "stop": 931349907
        },
        {
            "start": 931349925,
            "stop": 931349953
        },
        {
            "start": 931349988,
            "stop": 931349993
        },
        {
            "start": 931350019,
            "stop": 931350194
        },
        {
            "start": 931350230,
            "stop": 931350345
        },
        {
            "start": 931350374,
            "stop": 931350379
        },
        {
            "start": 931350420,
            "stop": 931350459
        },
        {
            "start": 931350509,
            "stop": 931350533
        }
    ]
}