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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=278",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 279,
    "results": [
        {
            "start": 850241242,
            "stop": 850241286
        },
        {
            "start": 850241290,
            "stop": 850241296
        },
        {
            "start": 850241300,
            "stop": 850241311
        },
        {
            "start": 850241319,
            "stop": 850241326
        },
        {
            "start": 850241335,
            "stop": 850241365
        },
        {
            "start": 850241389,
            "stop": 850241394
        },
        {
            "start": 850241398,
            "stop": 850241414
        },
        {
            "start": 850241424,
            "stop": 850241441
        },
        {
            "start": 850265413,
            "stop": 850278253
        },
        {
            "start": 850281534,
            "stop": 850282737
        },
        {
            "start": 850284118,
            "stop": 850317433
        },
        {
            "start": 850317459,
            "stop": 850317460
        },
        {
            "start": 850324195,
            "stop": 850330150
        },
        {
            "start": 850330218,
            "stop": 850330571
        },
        {
            "start": 850330644,
            "stop": 850333873
        },
        {
            "start": 850333877,
            "stop": 850333879
        },
        {
            "start": 850334016,
            "stop": 850334113
        },
        {
            "start": 850334156,
            "stop": 850334157
        },
        {
            "start": 850334213,
            "stop": 850336573
        },
        {
            "start": 850336589,
            "stop": 850336590
        }
    ]
}