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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=130",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 131,
    "results": [
        {
            "start": 817868283,
            "stop": 817868312
        },
        {
            "start": 817868432,
            "stop": 817868702
        },
        {
            "start": 817868705,
            "stop": 817870622
        },
        {
            "start": 817871819,
            "stop": 817872012
        },
        {
            "start": 817872015,
            "stop": 817873925
        },
        {
            "start": 817874045,
            "stop": 817874749
        },
        {
            "start": 817874752,
            "stop": 817875789
        },
        {
            "start": 817875792,
            "stop": 817876458
        },
        {
            "start": 817876578,
            "stop": 817876580
        },
        {
            "start": 817876597,
            "stop": 817877262
        },
        {
            "start": 817877382,
            "stop": 817879603
        },
        {
            "start": 817879784,
            "stop": 817882659
        },
        {
            "start": 817882779,
            "stop": 817884736
        },
        {
            "start": 817884768,
            "stop": 817891004
        },
        {
            "start": 817891124,
            "stop": 817903123
        },
        {
            "start": 817903304,
            "stop": 817904160
        },
        {
            "start": 817904192,
            "stop": 817908160
        },
        {
            "start": 817908192,
            "stop": 817908997
        },
        {
            "start": 817909014,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911859
        }
    ]
}