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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 113,
    "results": [
        {
            "start": 931513109,
            "stop": 931513110
        },
        {
            "start": 931513120,
            "stop": 931513132
        },
        {
            "start": 931513135,
            "stop": 931513149
        },
        {
            "start": 931513152,
            "stop": 931513163
        },
        {
            "start": 931513168,
            "stop": 931513171
        },
        {
            "start": 931513174,
            "stop": 931513193
        },
        {
            "start": 931513196,
            "stop": 931513207
        },
        {
            "start": 931513210,
            "stop": 931513211
        },
        {
            "start": 931513215,
            "stop": 931513216
        },
        {
            "start": 931513219,
            "stop": 931513233
        },
        {
            "start": 931513236,
            "stop": 931513251
        },
        {
            "start": 931513254,
            "stop": 931513267
        },
        {
            "start": 931513270,
            "stop": 931513274
        },
        {
            "start": 931513277,
            "stop": 931513281
        },
        {
            "start": 931513287,
            "stop": 931513301
        },
        {
            "start": 931513310,
            "stop": 931513312
        },
        {
            "start": 931513315,
            "stop": 931513327
        },
        {
            "start": 931513330,
            "stop": 931513333
        },
        {
            "start": 931513336,
            "stop": 931513341
        },
        {
            "start": 931513344,
            "stop": 931513385
        }
    ]
}