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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=275",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 276,
    "results": [
        {
            "start": 821652969,
            "stop": 821653291
        },
        {
            "start": 821653294,
            "stop": 821653355
        },
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821654489
        },
        {
            "start": 821654492,
            "stop": 821654577
        },
        {
            "start": 821654580,
            "stop": 821654807
        },
        {
            "start": 821654810,
            "stop": 821654902
        },
        {
            "start": 821654906,
            "stop": 821656202
        },
        {
            "start": 821656205,
            "stop": 821656207
        },
        {
            "start": 821656210,
            "stop": 821656594
        },
        {
            "start": 821656616,
            "stop": 821656617
        },
        {
            "start": 821656620,
            "stop": 821656738
        },
        {
            "start": 821656741,
            "stop": 821656799
        },
        {
            "start": 821656803,
            "stop": 821657276
        },
        {
            "start": 821657295,
            "stop": 821657453
        },
        {
            "start": 821657456,
            "stop": 821657485
        },
        {
            "start": 821657488,
            "stop": 821657492
        },
        {
            "start": 821657495,
            "stop": 821657751
        },
        {
            "start": 821657754,
            "stop": 821657973
        },
        {
            "start": 821657976,
            "stop": 821658458
        }
    ]
}