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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=131",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 132,
    "results": [
        {
            "start": 817911877,
            "stop": 817914910
        },
        {
            "start": 817938329,
            "stop": 817938427
        },
        {
            "start": 817938547,
            "stop": 817940223
        },
        {
            "start": 817941213,
            "stop": 817941613
        },
        {
            "start": 817941794,
            "stop": 817943496
        },
        {
            "start": 817943616,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817944714
        },
        {
            "start": 817944834,
            "stop": 817946890
        },
        {
            "start": 817947394,
            "stop": 817947517
        },
        {
            "start": 817947825,
            "stop": 817949449
        },
        {
            "start": 817949569,
            "stop": 817949630
        },
        {
            "start": 817949819,
            "stop": 817949862
        },
        {
            "start": 817950018,
            "stop": 817950758
        },
        {
            "start": 817951004,
            "stop": 817951172
        },
        {
            "start": 817951359,
            "stop": 817953006
        },
        {
            "start": 817953732,
            "stop": 817955198
        },
        {
            "start": 817955598,
            "stop": 817955606
        },
        {
            "start": 817956125,
            "stop": 817956320
        },
        {
            "start": 817956508,
            "stop": 817960178
        },
        {
            "start": 817960298,
            "stop": 817967246
        }
    ]
}