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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=371",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 372,
    "results": [
        {
            "start": 939637378,
            "stop": 939637458
        },
        {
            "start": 939637461,
            "stop": 939637480
        },
        {
            "start": 939637483,
            "stop": 939637500
        },
        {
            "start": 939637503,
            "stop": 939637504
        },
        {
            "start": 939637507,
            "stop": 939637528
        },
        {
            "start": 939637531,
            "stop": 939637549
        },
        {
            "start": 939637552,
            "stop": 939637584
        },
        {
            "start": 939637587,
            "stop": 939637617
        },
        {
            "start": 939637622,
            "stop": 939637852
        },
        {
            "start": 939637855,
            "stop": 939637895
        },
        {
            "start": 939637898,
            "stop": 939637900
        },
        {
            "start": 939637903,
            "stop": 939637913
        },
        {
            "start": 939637916,
            "stop": 939637934
        },
        {
            "start": 939637937,
            "stop": 939638067
        },
        {
            "start": 939638070,
            "stop": 939638165
        },
        {
            "start": 939638168,
            "stop": 939638190
        },
        {
            "start": 939638193,
            "stop": 939638211
        },
        {
            "start": 939638218,
            "stop": 939638359
        },
        {
            "start": 939638362,
            "stop": 939638386
        },
        {
            "start": 939638389,
            "stop": 939638394
        }
    ]
}