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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=391",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 392,
    "results": [
        {
            "start": 821462648,
            "stop": 821462748
        },
        {
            "start": 821462751,
            "stop": 821463191
        },
        {
            "start": 821463194,
            "stop": 821463401
        },
        {
            "start": 821463405,
            "stop": 821463534
        },
        {
            "start": 821463537,
            "stop": 821463544
        },
        {
            "start": 821463547,
            "stop": 821463783
        },
        {
            "start": 821463786,
            "stop": 821463843
        },
        {
            "start": 821463846,
            "stop": 821464138
        },
        {
            "start": 821464142,
            "stop": 821464665
        },
        {
            "start": 821464669,
            "stop": 821464731
        },
        {
            "start": 821464750,
            "stop": 821464819
        },
        {
            "start": 821464939,
            "stop": 821465009
        },
        {
            "start": 821465013,
            "stop": 821465088
        },
        {
            "start": 821465091,
            "stop": 821465103
        },
        {
            "start": 821465107,
            "stop": 821465257
        },
        {
            "start": 821465277,
            "stop": 821465543
        },
        {
            "start": 821465546,
            "stop": 821465841
        },
        {
            "start": 821465844,
            "stop": 821465861
        },
        {
            "start": 821465864,
            "stop": 821466394
        },
        {
            "start": 821466398,
            "stop": 821466595
        }
    ]
}