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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5062",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5063,
    "results": [
        {
            "start": 874611073,
            "stop": 874611097
        },
        {
            "start": 874611116,
            "stop": 874611204
        },
        {
            "start": 874611223,
            "stop": 874611230
        },
        {
            "start": 874611260,
            "stop": 874611318
        },
        {
            "start": 874611348,
            "stop": 874611382
        },
        {
            "start": 874611406,
            "stop": 874611416
        },
        {
            "start": 874611436,
            "stop": 874611443
        },
        {
            "start": 874611463,
            "stop": 874611485
        },
        {
            "start": 874611505,
            "stop": 874611512
        },
        {
            "start": 874611557,
            "stop": 874611583
        },
        {
            "start": 874611633,
            "stop": 874611646
        },
        {
            "start": 874611676,
            "stop": 874611718
        },
        {
            "start": 874611737,
            "stop": 874611762
        },
        {
            "start": 874611785,
            "stop": 874611788
        },
        {
            "start": 874611807,
            "stop": 874611835
        },
        {
            "start": 874611854,
            "stop": 874611858
        },
        {
            "start": 874611885,
            "stop": 874611924
        },
        {
            "start": 874611948,
            "stop": 874611949
        },
        {
            "start": 874611969,
            "stop": 874611996
        },
        {
            "start": 874612016,
            "stop": 874612032
        }
    ]
}