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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29490",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29488",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29489,
    "results": [
        {
            "start": 971562398,
            "stop": 971562399
        },
        {
            "start": 971562410,
            "stop": 971562412
        },
        {
            "start": 971562431,
            "stop": 971562432
        },
        {
            "start": 971562437,
            "stop": 971562438
        },
        {
            "start": 971562450,
            "stop": 971562451
        },
        {
            "start": 971562566,
            "stop": 971562568
        },
        {
            "start": 971562570,
            "stop": 971562571
        },
        {
            "start": 971562572,
            "stop": 971562574
        },
        {
            "start": 971562576,
            "stop": 971562580
        },
        {
            "start": 971562582,
            "stop": 971562596
        },
        {
            "start": 971562599,
            "stop": 971562731
        },
        {
            "start": 971562736,
            "stop": 971563030
        },
        {
            "start": 971563031,
            "stop": 971563105
        },
        {
            "start": 971563108,
            "stop": 971563317
        },
        {
            "start": 971563319,
            "stop": 971563355
        },
        {
            "start": 971563356,
            "stop": 971563704
        },
        {
            "start": 971563705,
            "stop": 971563777
        },
        {
            "start": 971563779,
            "stop": 971563890
        },
        {
            "start": 971563891,
            "stop": 971563898
        },
        {
            "start": 971563899,
            "stop": 971563907
        }
    ]
}