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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14429",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14427",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14428,
    "results": [
        {
            "start": 971515398,
            "stop": 971515882
        },
        {
            "start": 971515885,
            "stop": 971516253
        },
        {
            "start": 971516256,
            "stop": 971516844
        },
        {
            "start": 971516847,
            "stop": 971516860
        },
        {
            "start": 971516864,
            "stop": 971517672
        },
        {
            "start": 971517675,
            "stop": 971517717
        },
        {
            "start": 971517720,
            "stop": 971517974
        },
        {
            "start": 971517977,
            "stop": 971518387
        },
        {
            "start": 971518390,
            "stop": 971518676
        },
        {
            "start": 971518679,
            "stop": 971518867
        },
        {
            "start": 971518869,
            "stop": 971519023
        },
        {
            "start": 971519024,
            "stop": 971519314
        },
        {
            "start": 971519317,
            "stop": 971519684
        },
        {
            "start": 971519685,
            "stop": 971519713
        },
        {
            "start": 971519716,
            "stop": 971519989
        },
        {
            "start": 971519992,
            "stop": 971520201
        },
        {
            "start": 971520204,
            "stop": 971520250
        },
        {
            "start": 971520251,
            "stop": 971520258
        },
        {
            "start": 971520260,
            "stop": 971520302
        },
        {
            "start": 971520304,
            "stop": 971520559
        }
    ]
}