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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=50",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 51,
    "results": [
        {
            "start": 942547543,
            "stop": 942550443
        },
        {
            "start": 942552515,
            "stop": 942554138
        },
        {
            "start": 942555416,
            "stop": 942556017
        },
        {
            "start": 942556747,
            "stop": 942557733
        },
        {
            "start": 942558113,
            "stop": 942558305
        },
        {
            "start": 942559183,
            "stop": 942560596
        },
        {
            "start": 942561315,
            "stop": 942562720
        },
        {
            "start": 942563279,
            "stop": 942563543
        },
        {
            "start": 942564201,
            "stop": 942565095
        },
        {
            "start": 942567491,
            "stop": 942570087
        },
        {
            "start": 942571867,
            "stop": 942571958
        },
        {
            "start": 942573086,
            "stop": 942573562
        },
        {
            "start": 942575541,
            "stop": 942575625
        },
        {
            "start": 942576087,
            "stop": 942576979
        },
        {
            "start": 942577871,
            "stop": 942577951
        },
        {
            "start": 942578894,
            "stop": 942580057
        },
        {
            "start": 942583022,
            "stop": 942583207
        },
        {
            "start": 942585112,
            "stop": 942585930
        },
        {
            "start": 942624200,
            "stop": 942627304
        },
        {
            "start": 942628023,
            "stop": 942629656
        }
    ]
}