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=543
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=544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=542",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 543,
    "results": [
        {
            "start": 830846122,
            "stop": 830846469
        },
        {
            "start": 830846708,
            "stop": 830855003
        },
        {
            "start": 830855231,
            "stop": 830855342
        },
        {
            "start": 830855349,
            "stop": 830857518
        },
        {
            "start": 830858447,
            "stop": 830862349
        },
        {
            "start": 830862909,
            "stop": 830872568
        },
        {
            "start": 830880868,
            "stop": 830882792
        },
        {
            "start": 830883421,
            "stop": 830889197
        },
        {
            "start": 830889794,
            "stop": 830892711
        },
        {
            "start": 830893667,
            "stop": 830895304
        },
        {
            "start": 830896061,
            "stop": 830904864
        },
        {
            "start": 830906552,
            "stop": 830906555
        },
        {
            "start": 830907460,
            "stop": 830985444
        },
        {
            "start": 830987114,
            "stop": 830999193
        },
        {
            "start": 831003786,
            "stop": 831005188
        },
        {
            "start": 831005193,
            "stop": 831005217
        },
        {
            "start": 831006687,
            "stop": 831008367
        },
        {
            "start": 831009655,
            "stop": 831022699
        },
        {
            "start": 831023927,
            "stop": 831038957
        },
        {
            "start": 831039634,
            "stop": 831057013
        }
    ]
}