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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=390",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 391,
    "results": [
        {
            "start": 824394696,
            "stop": 824394829
        },
        {
            "start": 824394846,
            "stop": 824396103
        },
        {
            "start": 824396120,
            "stop": 824396518
        },
        {
            "start": 824396535,
            "stop": 824397804
        },
        {
            "start": 824409905,
            "stop": 824411893
        },
        {
            "start": 824412840,
            "stop": 824413034
        },
        {
            "start": 824413144,
            "stop": 824413308
        },
        {
            "start": 824413608,
            "stop": 824413744
        },
        {
            "start": 824414044,
            "stop": 824414295
        },
        {
            "start": 824414405,
            "stop": 824414597
        },
        {
            "start": 824414614,
            "stop": 824414858
        },
        {
            "start": 824415158,
            "stop": 824416714
        },
        {
            "start": 824416731,
            "stop": 824417127
        },
        {
            "start": 824417146,
            "stop": 824417325
        },
        {
            "start": 824417342,
            "stop": 824417413
        },
        {
            "start": 824417435,
            "stop": 824417437
        },
        {
            "start": 824417773,
            "stop": 824418013
        },
        {
            "start": 824418067,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824452857
        },
        {
            "start": 824452874,
            "stop": 824453460
        }
    ]
}