Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=725
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=724",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 725,
    "results": [
        {
            "start": 869567967,
            "stop": 869567983
        },
        {
            "start": 869568004,
            "stop": 869568023
        },
        {
            "start": 869568044,
            "stop": 869568222
        },
        {
            "start": 869568248,
            "stop": 869568325
        },
        {
            "start": 869568344,
            "stop": 869568450
        },
        {
            "start": 869568473,
            "stop": 869568493
        },
        {
            "start": 869568535,
            "stop": 869568600
        },
        {
            "start": 869568621,
            "stop": 869568637
        },
        {
            "start": 869568661,
            "stop": 869568726
        },
        {
            "start": 869568746,
            "stop": 869568752
        },
        {
            "start": 869568772,
            "stop": 869568789
        },
        {
            "start": 869568811,
            "stop": 869568812
        },
        {
            "start": 869568831,
            "stop": 869568858
        },
        {
            "start": 869568896,
            "stop": 869568917
        },
        {
            "start": 869568938,
            "stop": 869568954
        },
        {
            "start": 869568975,
            "stop": 869568984
        },
        {
            "start": 869569003,
            "stop": 869569026
        },
        {
            "start": 869569079,
            "stop": 869569103
        },
        {
            "start": 869569122,
            "stop": 869569124
        },
        {
            "start": 869569205,
            "stop": 869569211
        }
    ]
}