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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=103",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 104,
    "results": [
        {
            "start": 816690157,
            "stop": 816690158
        },
        {
            "start": 816690162,
            "stop": 816690169
        },
        {
            "start": 816690172,
            "stop": 816690203
        },
        {
            "start": 816690232,
            "stop": 816690285
        },
        {
            "start": 816690315,
            "stop": 816690319
        },
        {
            "start": 816690322,
            "stop": 816690495
        },
        {
            "start": 816690499,
            "stop": 816690537
        },
        {
            "start": 816690551,
            "stop": 816690638
        },
        {
            "start": 816690645,
            "stop": 816690861
        },
        {
            "start": 816690864,
            "stop": 816690898
        },
        {
            "start": 816690934,
            "stop": 816691192
        },
        {
            "start": 816691200,
            "stop": 816691213
        },
        {
            "start": 816691221,
            "stop": 816691248
        },
        {
            "start": 816691277,
            "stop": 816691323
        },
        {
            "start": 816691326,
            "stop": 816691397
        },
        {
            "start": 816691426,
            "stop": 816691499
        },
        {
            "start": 816691528,
            "stop": 816691550
        },
        {
            "start": 816691554,
            "stop": 816691579
        },
        {
            "start": 816691583,
            "stop": 816691671
        },
        {
            "start": 816691680,
            "stop": 816691694
        }
    ]
}