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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 174,
    "results": [
        {
            "start": 931450781,
            "stop": 931450782
        },
        {
            "start": 931450783,
            "stop": 931450785
        },
        {
            "start": 931450789,
            "stop": 931450795
        },
        {
            "start": 931450797,
            "stop": 931450895
        },
        {
            "start": 931450896,
            "stop": 931450938
        },
        {
            "start": 931450940,
            "stop": 931450953
        },
        {
            "start": 931450954,
            "stop": 931450969
        },
        {
            "start": 931450970,
            "stop": 931451010
        },
        {
            "start": 931451012,
            "stop": 931451026
        },
        {
            "start": 931451027,
            "stop": 931451045
        },
        {
            "start": 931451046,
            "stop": 931451053
        },
        {
            "start": 931451054,
            "stop": 931451062
        },
        {
            "start": 931451063,
            "stop": 931451117
        },
        {
            "start": 931451119,
            "stop": 931451155
        },
        {
            "start": 931451156,
            "stop": 931451197
        },
        {
            "start": 931451200,
            "stop": 931451264
        },
        {
            "start": 931451266,
            "stop": 931451284
        },
        {
            "start": 931451285,
            "stop": 931451357
        },
        {
            "start": 931451358,
            "stop": 931451377
        },
        {
            "start": 931451379,
            "stop": 931451389
        }
    ]
}