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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=502",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 503,
    "results": [
        {
            "start": 823358846,
            "stop": 823361295
        },
        {
            "start": 823410809,
            "stop": 823423481
        },
        {
            "start": 823424688,
            "stop": 823451061
        },
        {
            "start": 823517412,
            "stop": 823526615
        },
        {
            "start": 823526631,
            "stop": 823531521
        },
        {
            "start": 823601122,
            "stop": 823615187
        },
        {
            "start": 823616912,
            "stop": 823617779
        },
        {
            "start": 823699942,
            "stop": 823701877
        },
        {
            "start": 823701885,
            "stop": 823701966
        },
        {
            "start": 823701973,
            "stop": 823702040
        },
        {
            "start": 823702047,
            "stop": 823702141
        },
        {
            "start": 823702148,
            "stop": 823702313
        },
        {
            "start": 823702320,
            "stop": 823702410
        },
        {
            "start": 823702417,
            "stop": 823702699
        },
        {
            "start": 823702706,
            "stop": 823702734
        },
        {
            "start": 823702741,
            "stop": 823702893
        },
        {
            "start": 823702900,
            "stop": 823702933
        },
        {
            "start": 823702941,
            "stop": 823703057
        },
        {
            "start": 823703064,
            "stop": 823703103
        },
        {
            "start": 823703110,
            "stop": 823703218
        }
    ]
}