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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=82",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 83,
    "results": [
        {
            "start": 816356107,
            "stop": 816356382
        },
        {
            "start": 816356385,
            "stop": 816356433
        },
        {
            "start": 816356436,
            "stop": 816356582
        },
        {
            "start": 816356586,
            "stop": 816360080
        },
        {
            "start": 816360611,
            "stop": 816361299
        },
        {
            "start": 816361301,
            "stop": 816363453
        },
        {
            "start": 816363456,
            "stop": 816363741
        },
        {
            "start": 816364174,
            "stop": 816366791
        },
        {
            "start": 816366793,
            "stop": 816368849
        },
        {
            "start": 816373828,
            "stop": 816376835
        },
        {
            "start": 816377391,
            "stop": 816377630
        },
        {
            "start": 816378160,
            "stop": 816378271
        },
        {
            "start": 816378546,
            "stop": 816379318
        },
        {
            "start": 816381928,
            "stop": 816382577
        },
        {
            "start": 816383521,
            "stop": 816384181
        },
        {
            "start": 816384743,
            "stop": 816387865
        },
        {
            "start": 816388088,
            "stop": 816390090
        },
        {
            "start": 816390605,
            "stop": 816390874
        },
        {
            "start": 816390891,
            "stop": 816391179
        },
        {
            "start": 816392461,
            "stop": 816394262
        }
    ]
}