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_CBCLOW_CAT4/segments?format=api&page=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=49",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 50,
    "results": [
        {
            "start": 931253131,
            "stop": 931253136
        },
        {
            "start": 931253141,
            "stop": 931253144
        },
        {
            "start": 931253147,
            "stop": 931253148
        },
        {
            "start": 931253153,
            "stop": 931253159
        },
        {
            "start": 931253161,
            "stop": 931253167
        },
        {
            "start": 931253169,
            "stop": 931253174
        },
        {
            "start": 931253176,
            "stop": 931253214
        },
        {
            "start": 931253219,
            "stop": 931253221
        },
        {
            "start": 931253224,
            "stop": 931253247
        },
        {
            "start": 931253249,
            "stop": 931253254
        },
        {
            "start": 931253256,
            "stop": 931253262
        },
        {
            "start": 931253268,
            "stop": 931253279
        },
        {
            "start": 931253281,
            "stop": 931253282
        },
        {
            "start": 931253284,
            "stop": 931253286
        },
        {
            "start": 931253291,
            "stop": 931253307
        },
        {
            "start": 931253309,
            "stop": 931253320
        },
        {
            "start": 931253324,
            "stop": 931253327
        },
        {
            "start": 931253330,
            "stop": 931253331
        },
        {
            "start": 931253335,
            "stop": 931253337
        },
        {
            "start": 931253339,
            "stop": 931253371
        }
    ]
}