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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10226",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10227,
    "results": [
        {
            "start": 874238259,
            "stop": 874238532
        },
        {
            "start": 874240737,
            "stop": 874240756
        },
        {
            "start": 874240794,
            "stop": 874240980
        },
        {
            "start": 874241160,
            "stop": 874241655
        },
        {
            "start": 874241775,
            "stop": 874242158
        },
        {
            "start": 874243054,
            "stop": 874243879
        },
        {
            "start": 874243897,
            "stop": 874244460
        },
        {
            "start": 874244580,
            "stop": 874244895
        },
        {
            "start": 874244931,
            "stop": 874244961
        },
        {
            "start": 874244978,
            "stop": 874245386
        },
        {
            "start": 874245393,
            "stop": 874245925
        },
        {
            "start": 874246087,
            "stop": 874246121
        },
        {
            "start": 874246128,
            "stop": 874247579
        },
        {
            "start": 874248486,
            "stop": 874248589
        },
        {
            "start": 874248647,
            "stop": 874248666
        },
        {
            "start": 874249105,
            "stop": 874249230
        },
        {
            "start": 874250543,
            "stop": 874250638
        },
        {
            "start": 874250710,
            "stop": 874250750
        },
        {
            "start": 874250793,
            "stop": 874250904
        },
        {
            "start": 874250949,
            "stop": 874251321
        }
    ]
}