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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=257",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 258,
    "results": [
        {
            "start": 821572486,
            "stop": 821572553
        },
        {
            "start": 821572557,
            "stop": 821572754
        },
        {
            "start": 821572757,
            "stop": 821572767
        },
        {
            "start": 821572770,
            "stop": 821572788
        },
        {
            "start": 821572791,
            "stop": 821572861
        },
        {
            "start": 821572864,
            "stop": 821572945
        },
        {
            "start": 821572948,
            "stop": 821573138
        },
        {
            "start": 821573141,
            "stop": 821573160
        },
        {
            "start": 821573164,
            "stop": 821573182
        },
        {
            "start": 821573185,
            "stop": 821573301
        },
        {
            "start": 821573305,
            "stop": 821573331
        },
        {
            "start": 821573334,
            "stop": 821573658
        },
        {
            "start": 821573662,
            "stop": 821573734
        },
        {
            "start": 821573739,
            "stop": 821573749
        },
        {
            "start": 821573752,
            "stop": 821573762
        },
        {
            "start": 821573766,
            "stop": 821573796
        },
        {
            "start": 821573800,
            "stop": 821573877
        },
        {
            "start": 821573880,
            "stop": 821573884
        },
        {
            "start": 821573887,
            "stop": 821573896
        },
        {
            "start": 821573900,
            "stop": 821574071
        }
    ]
}