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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7895",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7893",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7894,
    "results": [
        {
            "start": 969922609,
            "stop": 969922683
        },
        {
            "start": 969922704,
            "stop": 969922712
        },
        {
            "start": 969922737,
            "stop": 969922738
        },
        {
            "start": 969922765,
            "stop": 969922776
        },
        {
            "start": 969922791,
            "stop": 969922792
        },
        {
            "start": 969922816,
            "stop": 969922828
        },
        {
            "start": 969922839,
            "stop": 969923114
        },
        {
            "start": 969923120,
            "stop": 969923235
        },
        {
            "start": 969923238,
            "stop": 969923566
        },
        {
            "start": 969923569,
            "stop": 969923649
        },
        {
            "start": 969923683,
            "stop": 969923752
        },
        {
            "start": 969923773,
            "stop": 969924082
        },
        {
            "start": 969924085,
            "stop": 969924194
        },
        {
            "start": 969924197,
            "stop": 969924560
        },
        {
            "start": 969924563,
            "stop": 969924702
        },
        {
            "start": 969924705,
            "stop": 969924874
        },
        {
            "start": 969924877,
            "stop": 969926408
        },
        {
            "start": 969926411,
            "stop": 969927073
        },
        {
            "start": 969927076,
            "stop": 969927751
        },
        {
            "start": 969927754,
            "stop": 969928969
        }
    ]
}