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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=239",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 240,
    "results": [
        {
            "start": 959581314,
            "stop": 959581316
        },
        {
            "start": 959581330,
            "stop": 959581363
        },
        {
            "start": 959581367,
            "stop": 959581368
        },
        {
            "start": 959581388,
            "stop": 959581393
        },
        {
            "start": 959581405,
            "stop": 959581407
        },
        {
            "start": 959581412,
            "stop": 959581416
        },
        {
            "start": 959581422,
            "stop": 959581435
        },
        {
            "start": 959581440,
            "stop": 959581530
        },
        {
            "start": 959581535,
            "stop": 959581565
        },
        {
            "start": 959581577,
            "stop": 959581582
        },
        {
            "start": 959581586,
            "stop": 959581594
        },
        {
            "start": 959581599,
            "stop": 959581605
        },
        {
            "start": 959581608,
            "stop": 959581646
        },
        {
            "start": 959581650,
            "stop": 959581673
        },
        {
            "start": 959581680,
            "stop": 959581686
        },
        {
            "start": 959581689,
            "stop": 959581704
        },
        {
            "start": 959581724,
            "stop": 959581740
        },
        {
            "start": 959581748,
            "stop": 959581749
        },
        {
            "start": 959581753,
            "stop": 959581772
        },
        {
            "start": 959581810,
            "stop": 959581811
        }
    ]
}