Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=246",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 247,
    "results": [
        {
            "start": 931678029,
            "stop": 931678031
        },
        {
            "start": 931678036,
            "stop": 931678037
        },
        {
            "start": 931678044,
            "stop": 931678047
        },
        {
            "start": 931678058,
            "stop": 931678060
        },
        {
            "start": 931678065,
            "stop": 931678066
        },
        {
            "start": 931678070,
            "stop": 931678083
        },
        {
            "start": 931678085,
            "stop": 931678088
        },
        {
            "start": 931678094,
            "stop": 931678097
        },
        {
            "start": 931678103,
            "stop": 931678108
        },
        {
            "start": 931678111,
            "stop": 931678117
        },
        {
            "start": 931678122,
            "stop": 931678124
        },
        {
            "start": 931678127,
            "stop": 931678142
        },
        {
            "start": 931678145,
            "stop": 931678156
        },
        {
            "start": 931678159,
            "stop": 931678164
        },
        {
            "start": 931678174,
            "stop": 931678179
        },
        {
            "start": 931678182,
            "stop": 931678183
        },
        {
            "start": 931678186,
            "stop": 931678188
        },
        {
            "start": 931678191,
            "stop": 931678194
        },
        {
            "start": 931678201,
            "stop": 931678202
        },
        {
            "start": 931678205,
            "stop": 931678206
        }
    ]
}