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=4623
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=4624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4622",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4623,
    "results": [
        {
            "start": 874218614,
            "stop": 874218658
        },
        {
            "start": 874218677,
            "stop": 874218833
        },
        {
            "start": 874218859,
            "stop": 874218927
        },
        {
            "start": 874218946,
            "stop": 874218982
        },
        {
            "start": 874219001,
            "stop": 874219002
        },
        {
            "start": 874219021,
            "stop": 874219028
        },
        {
            "start": 874219047,
            "stop": 874219178
        },
        {
            "start": 874219197,
            "stop": 874219254
        },
        {
            "start": 874219374,
            "stop": 874219419
        },
        {
            "start": 874219450,
            "stop": 874219534
        },
        {
            "start": 874219573,
            "stop": 874219579
        },
        {
            "start": 874219598,
            "stop": 874219718
        },
        {
            "start": 874219846,
            "stop": 874219876
        },
        {
            "start": 874219895,
            "stop": 874219955
        },
        {
            "start": 874219987,
            "stop": 874220133
        },
        {
            "start": 874220161,
            "stop": 874220213
        },
        {
            "start": 874220232,
            "stop": 874220258
        },
        {
            "start": 874220283,
            "stop": 874220459
        },
        {
            "start": 874220478,
            "stop": 874220516
        },
        {
            "start": 874220536,
            "stop": 874220538
        }
    ]
}