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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=47",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 48,
    "results": [
        {
            "start": 942491869,
            "stop": 942492712
        },
        {
            "start": 942494670,
            "stop": 942494779
        },
        {
            "start": 942496412,
            "stop": 942496572
        },
        {
            "start": 942502250,
            "stop": 942502587
        },
        {
            "start": 942527843,
            "stop": 942527969
        },
        {
            "start": 942529382,
            "stop": 942529742
        },
        {
            "start": 942535361,
            "stop": 942537200
        },
        {
            "start": 942538961,
            "stop": 942540154
        },
        {
            "start": 942541382,
            "stop": 942542732
        },
        {
            "start": 942542754,
            "stop": 942545346
        },
        {
            "start": 942547543,
            "stop": 942550338
        },
        {
            "start": 942552515,
            "stop": 942554033
        },
        {
            "start": 942555416,
            "stop": 942555912
        },
        {
            "start": 942556747,
            "stop": 942557628
        },
        {
            "start": 942558113,
            "stop": 942558200
        },
        {
            "start": 942559183,
            "stop": 942560491
        },
        {
            "start": 942561315,
            "stop": 942562615
        },
        {
            "start": 942563279,
            "stop": 942563438
        },
        {
            "start": 942564201,
            "stop": 942564990
        },
        {
            "start": 942567491,
            "stop": 942569982
        }
    ]
}