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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=321",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 322,
    "results": [
        {
            "start": 933958954,
            "stop": 933959007
        },
        {
            "start": 933959009,
            "stop": 933959012
        },
        {
            "start": 933959015,
            "stop": 933959030
        },
        {
            "start": 933959033,
            "stop": 933960011
        },
        {
            "start": 933965109,
            "stop": 933965504
        },
        {
            "start": 933965506,
            "stop": 933966150
        },
        {
            "start": 933966153,
            "stop": 933966154
        },
        {
            "start": 933966156,
            "stop": 933966164
        },
        {
            "start": 933966166,
            "stop": 933966180
        },
        {
            "start": 933966182,
            "stop": 933966187
        },
        {
            "start": 933966189,
            "stop": 933966208
        },
        {
            "start": 933966210,
            "stop": 933966213
        },
        {
            "start": 933966216,
            "stop": 933966231
        },
        {
            "start": 933966235,
            "stop": 933967891
        },
        {
            "start": 933967896,
            "stop": 933967900
        },
        {
            "start": 933967903,
            "stop": 933967904
        },
        {
            "start": 933967906,
            "stop": 933967920
        },
        {
            "start": 933967922,
            "stop": 933967946
        },
        {
            "start": 933967948,
            "stop": 933967951
        },
        {
            "start": 933967954,
            "stop": 933967969
        }
    ]
}