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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5319",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5320,
    "results": [
        {
            "start": 970960046,
            "stop": 970960051
        },
        {
            "start": 970960072,
            "stop": 970960082
        },
        {
            "start": 970960085,
            "stop": 970960094
        },
        {
            "start": 970960097,
            "stop": 970960190
        },
        {
            "start": 970960193,
            "stop": 970960233
        },
        {
            "start": 970960236,
            "stop": 970960238
        },
        {
            "start": 970960298,
            "stop": 970960334
        },
        {
            "start": 970960337,
            "stop": 970960418
        },
        {
            "start": 970960478,
            "stop": 970961154
        },
        {
            "start": 970961157,
            "stop": 970961398
        },
        {
            "start": 970961401,
            "stop": 970961467
        },
        {
            "start": 970961470,
            "stop": 970961481
        },
        {
            "start": 970961484,
            "stop": 970961527
        },
        {
            "start": 970961530,
            "stop": 970961536
        },
        {
            "start": 970961539,
            "stop": 970961546
        },
        {
            "start": 970961549,
            "stop": 970961550
        },
        {
            "start": 970961553,
            "stop": 970961577
        },
        {
            "start": 970961580,
            "stop": 970961618
        },
        {
            "start": 970961678,
            "stop": 970961689
        },
        {
            "start": 970970428,
            "stop": 970971055
        }
    ]
}