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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=107",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 108,
    "results": [
        {
            "start": 821439299,
            "stop": 821439417
        },
        {
            "start": 821439420,
            "stop": 821439907
        },
        {
            "start": 821439910,
            "stop": 821439946
        },
        {
            "start": 821439949,
            "stop": 821440060
        },
        {
            "start": 821440063,
            "stop": 821440082
        },
        {
            "start": 821440085,
            "stop": 821440179
        },
        {
            "start": 821440182,
            "stop": 821440203
        },
        {
            "start": 821440206,
            "stop": 821440267
        },
        {
            "start": 821440270,
            "stop": 821440274
        },
        {
            "start": 821440277,
            "stop": 821440337
        },
        {
            "start": 821440342,
            "stop": 821440442
        },
        {
            "start": 821440445,
            "stop": 821440473
        },
        {
            "start": 821440476,
            "stop": 821440535
        },
        {
            "start": 821440538,
            "stop": 821440589
        },
        {
            "start": 821440592,
            "stop": 821440598
        },
        {
            "start": 821440601,
            "stop": 821440668
        },
        {
            "start": 821440671,
            "stop": 821440750
        },
        {
            "start": 821440753,
            "stop": 821440806
        },
        {
            "start": 821440809,
            "stop": 821440988
        },
        {
            "start": 821440991,
            "stop": 821440999
        }
    ]
}