Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=67
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=66",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 67,
    "results": [
        {
            "start": 819425106,
            "stop": 819425226
        },
        {
            "start": 819425559,
            "stop": 819425799
        },
        {
            "start": 819425957,
            "stop": 819428357
        },
        {
            "start": 819428493,
            "stop": 819429153
        },
        {
            "start": 819429287,
            "stop": 819430367
        },
        {
            "start": 819430520,
            "stop": 819434240
        },
        {
            "start": 819434404,
            "stop": 819437104
        },
        {
            "start": 819437290,
            "stop": 819438910
        },
        {
            "start": 819439079,
            "stop": 819444899
        },
        {
            "start": 819445102,
            "stop": 819446542
        },
        {
            "start": 819446722,
            "stop": 819447022
        },
        {
            "start": 819447197,
            "stop": 819448457
        },
        {
            "start": 819450016,
            "stop": 819458536
        },
        {
            "start": 819458723,
            "stop": 819462203
        },
        {
            "start": 819462345,
            "stop": 819464505
        },
        {
            "start": 819464810,
            "stop": 819466190
        },
        {
            "start": 819466370,
            "stop": 819466970
        },
        {
            "start": 819467114,
            "stop": 819467654
        },
        {
            "start": 819467793,
            "stop": 819469233
        },
        {
            "start": 819469379,
            "stop": 819469679
        }
    ]
}