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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=88",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 89,
    "results": [
        {
            "start": 822970847,
            "stop": 822970853
        },
        {
            "start": 822970867,
            "stop": 822971008
        },
        {
            "start": 822971017,
            "stop": 822971023
        },
        {
            "start": 822971041,
            "stop": 822971152
        },
        {
            "start": 822971161,
            "stop": 822971235
        },
        {
            "start": 822971239,
            "stop": 822971369
        },
        {
            "start": 822971372,
            "stop": 822971387
        },
        {
            "start": 822971391,
            "stop": 822971397
        },
        {
            "start": 822971401,
            "stop": 822973508
        },
        {
            "start": 822974119,
            "stop": 822985573
        },
        {
            "start": 822986196,
            "stop": 822994753
        },
        {
            "start": 822995734,
            "stop": 823012333
        },
        {
            "start": 823013553,
            "stop": 823029613
        },
        {
            "start": 823030180,
            "stop": 823032408
        },
        {
            "start": 823033274,
            "stop": 823077973
        },
        {
            "start": 823079413,
            "stop": 823086188
        },
        {
            "start": 823086192,
            "stop": 823086231
        },
        {
            "start": 823086250,
            "stop": 823086255
        },
        {
            "start": 823086259,
            "stop": 823086275
        },
        {
            "start": 823088713,
            "stop": 823089313
        }
    ]
}