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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=68",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 69,
    "results": [
        {
            "start": 824048128,
            "stop": 824049184
        },
        {
            "start": 824049216,
            "stop": 824049493
        },
        {
            "start": 824049534,
            "stop": 824049536
        },
        {
            "start": 824117833,
            "stop": 824131072
        },
        {
            "start": 824131104,
            "stop": 824131383
        },
        {
            "start": 824131384,
            "stop": 824131424
        },
        {
            "start": 824131456,
            "stop": 824137033
        },
        {
            "start": 824137064,
            "stop": 824137067
        },
        {
            "start": 824203453,
            "stop": 824205536
        },
        {
            "start": 824205568,
            "stop": 824208073
        },
        {
            "start": 824208095,
            "stop": 824208097
        },
        {
            "start": 824208133,
            "stop": 824208896
        },
        {
            "start": 824208928,
            "stop": 824211379
        },
        {
            "start": 824211380,
            "stop": 824211548
        },
        {
            "start": 824211549,
            "stop": 824211913
        },
        {
            "start": 824213353,
            "stop": 824214413
        },
        {
            "start": 824216353,
            "stop": 824216897
        },
        {
            "start": 824216898,
            "stop": 824217418
        },
        {
            "start": 824218393,
            "stop": 824223913
        },
        {
            "start": 824223922,
            "stop": 824223925
        }
    ]
}