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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=13",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 14,
    "results": [
        {
            "start": 816272254,
            "stop": 816272267
        },
        {
            "start": 816272270,
            "stop": 816272322
        },
        {
            "start": 816272336,
            "stop": 816272337
        },
        {
            "start": 816272348,
            "stop": 816272364
        },
        {
            "start": 816272390,
            "stop": 816272407
        },
        {
            "start": 816272410,
            "stop": 816272458
        },
        {
            "start": 816272461,
            "stop": 816272585
        },
        {
            "start": 816272589,
            "stop": 816272675
        },
        {
            "start": 816272686,
            "stop": 816272720
        },
        {
            "start": 816272726,
            "stop": 816272790
        },
        {
            "start": 816272797,
            "stop": 816272907
        },
        {
            "start": 816272914,
            "stop": 816272923
        },
        {
            "start": 816272927,
            "stop": 816272933
        },
        {
            "start": 816272938,
            "stop": 816272941
        },
        {
            "start": 816272945,
            "stop": 816272952
        },
        {
            "start": 816272957,
            "stop": 816272962
        },
        {
            "start": 816272968,
            "stop": 816273100
        },
        {
            "start": 816273106,
            "stop": 816273130
        },
        {
            "start": 816273135,
            "stop": 816273138
        },
        {
            "start": 816273147,
            "stop": 816273169
        }
    ]
}