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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=95",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 96,
    "results": [
        {
            "start": 817275261,
            "stop": 817275434
        },
        {
            "start": 817275609,
            "stop": 817275676
        },
        {
            "start": 817275683,
            "stop": 817275965
        },
        {
            "start": 817275972,
            "stop": 817276108
        },
        {
            "start": 817276115,
            "stop": 817276365
        },
        {
            "start": 817276372,
            "stop": 817276499
        },
        {
            "start": 817276506,
            "stop": 817276529
        },
        {
            "start": 817276536,
            "stop": 817276582
        },
        {
            "start": 817276589,
            "stop": 817276621
        },
        {
            "start": 817276629,
            "stop": 817276945
        },
        {
            "start": 817276953,
            "stop": 817277340
        },
        {
            "start": 817277347,
            "stop": 817277459
        },
        {
            "start": 817277467,
            "stop": 817277479
        },
        {
            "start": 817277486,
            "stop": 817277751
        },
        {
            "start": 817277758,
            "stop": 817277813
        },
        {
            "start": 817277820,
            "stop": 817278065
        },
        {
            "start": 817278072,
            "stop": 817278101
        },
        {
            "start": 817278108,
            "stop": 817278303
        },
        {
            "start": 817278310,
            "stop": 817278377
        },
        {
            "start": 817278384,
            "stop": 817279032
        }
    ]
}