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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3758",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3756",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3757,
    "results": [
        {
            "start": 971506566,
            "stop": 971506571
        },
        {
            "start": 971506575,
            "stop": 971506588
        },
        {
            "start": 971506591,
            "stop": 971506606
        },
        {
            "start": 971506609,
            "stop": 971506634
        },
        {
            "start": 971506637,
            "stop": 971506640
        },
        {
            "start": 971506644,
            "stop": 971506657
        },
        {
            "start": 971506660,
            "stop": 971506687
        },
        {
            "start": 971506690,
            "stop": 971506714
        },
        {
            "start": 971506717,
            "stop": 971506752
        },
        {
            "start": 971506755,
            "stop": 971506777
        },
        {
            "start": 971506781,
            "stop": 971506794
        },
        {
            "start": 971506798,
            "stop": 971506854
        },
        {
            "start": 971506857,
            "stop": 971507140
        },
        {
            "start": 971507143,
            "stop": 971507169
        },
        {
            "start": 971507172,
            "stop": 971507179
        },
        {
            "start": 971507182,
            "stop": 971507254
        },
        {
            "start": 971507257,
            "stop": 971507430
        },
        {
            "start": 971507433,
            "stop": 971507468
        },
        {
            "start": 971507473,
            "stop": 971507537
        },
        {
            "start": 971507540,
            "stop": 971507541
        }
    ]
}