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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=299",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 300,
    "results": [
        {
            "start": 931770155,
            "stop": 931770160
        },
        {
            "start": 931770167,
            "stop": 931770169
        },
        {
            "start": 931770172,
            "stop": 931770176
        },
        {
            "start": 931770179,
            "stop": 931770190
        },
        {
            "start": 931770195,
            "stop": 931770201
        },
        {
            "start": 931770204,
            "stop": 931770214
        },
        {
            "start": 931770217,
            "stop": 931770223
        },
        {
            "start": 931770227,
            "stop": 931770231
        },
        {
            "start": 931770243,
            "stop": 931770246
        },
        {
            "start": 931770248,
            "stop": 931770249
        },
        {
            "start": 931770252,
            "stop": 931770255
        },
        {
            "start": 931770258,
            "stop": 931770276
        },
        {
            "start": 931770280,
            "stop": 931770284
        },
        {
            "start": 931770290,
            "stop": 931770291
        },
        {
            "start": 931770296,
            "stop": 931770299
        },
        {
            "start": 931770301,
            "stop": 931770302
        },
        {
            "start": 931770305,
            "stop": 931770324
        },
        {
            "start": 931770328,
            "stop": 931770330
        },
        {
            "start": 931770333,
            "stop": 931770336
        },
        {
            "start": 931770339,
            "stop": 931770342
        }
    ]
}