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=737
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=738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=736",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 737,
    "results": [
        {
            "start": 830536143,
            "stop": 830536160
        },
        {
            "start": 830536163,
            "stop": 830536630
        },
        {
            "start": 830536633,
            "stop": 830536806
        },
        {
            "start": 830536824,
            "stop": 830537650
        },
        {
            "start": 830538021,
            "stop": 830538380
        },
        {
            "start": 830538399,
            "stop": 830538422
        },
        {
            "start": 830538446,
            "stop": 830539136
        },
        {
            "start": 830539139,
            "stop": 830539794
        },
        {
            "start": 830539797,
            "stop": 830539798
        },
        {
            "start": 830539801,
            "stop": 830540222
        },
        {
            "start": 830540239,
            "stop": 830540559
        },
        {
            "start": 830540768,
            "stop": 830541179
        },
        {
            "start": 830541196,
            "stop": 830541266
        },
        {
            "start": 830541269,
            "stop": 830542207
        },
        {
            "start": 830542210,
            "stop": 830542403
        },
        {
            "start": 830542703,
            "stop": 830543261
        },
        {
            "start": 830543278,
            "stop": 830544134
        },
        {
            "start": 830544137,
            "stop": 830544138
        },
        {
            "start": 830544141,
            "stop": 830544149
        },
        {
            "start": 830544152,
            "stop": 830544184
        }
    ]
}