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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29494",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29492",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29493,
    "results": [
        {
            "start": 971572849,
            "stop": 971572964
        },
        {
            "start": 971572967,
            "stop": 971573135
        },
        {
            "start": 971573136,
            "stop": 971573148
        },
        {
            "start": 971573151,
            "stop": 971573246
        },
        {
            "start": 971573249,
            "stop": 971573299
        },
        {
            "start": 971573302,
            "stop": 971573314
        },
        {
            "start": 971573317,
            "stop": 971573320
        },
        {
            "start": 971573325,
            "stop": 971573681
        },
        {
            "start": 971573684,
            "stop": 971573717
        },
        {
            "start": 971573719,
            "stop": 971574405
        },
        {
            "start": 971574406,
            "stop": 971574430
        },
        {
            "start": 971574431,
            "stop": 971574606
        },
        {
            "start": 971574607,
            "stop": 971574608
        },
        {
            "start": 971574609,
            "stop": 971574737
        },
        {
            "start": 971574739,
            "stop": 971574878
        },
        {
            "start": 971574881,
            "stop": 971575178
        },
        {
            "start": 971575181,
            "stop": 971575217
        },
        {
            "start": 971575219,
            "stop": 971575441
        },
        {
            "start": 971575444,
            "stop": 971575451
        },
        {
            "start": 971575454,
            "stop": 971575515
        }
    ]
}