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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=55",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 56,
    "results": [
        {
            "start": 819073649,
            "stop": 819073769
        },
        {
            "start": 819073993,
            "stop": 819074173
        },
        {
            "start": 819074475,
            "stop": 819074595
        },
        {
            "start": 819074759,
            "stop": 819074999
        },
        {
            "start": 819082597,
            "stop": 819083377
        },
        {
            "start": 819083552,
            "stop": 819088352
        },
        {
            "start": 819088525,
            "stop": 819088825
        },
        {
            "start": 819090275,
            "stop": 819090935
        },
        {
            "start": 819091084,
            "stop": 819091144
        },
        {
            "start": 819091682,
            "stop": 819092222
        },
        {
            "start": 819092442,
            "stop": 819092982
        },
        {
            "start": 819093655,
            "stop": 819093775
        },
        {
            "start": 819103243,
            "stop": 819103543
        },
        {
            "start": 819103793,
            "stop": 819109733
        },
        {
            "start": 819109878,
            "stop": 819111018
        },
        {
            "start": 819111171,
            "stop": 819112521
        },
        {
            "start": 819112671,
            "stop": 819113031
        },
        {
            "start": 819113181,
            "stop": 819114591
        },
        {
            "start": 819115000,
            "stop": 819115240
        },
        {
            "start": 819115478,
            "stop": 819115538
        }
    ]
}