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=4777
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=4778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4776",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4777,
    "results": [
        {
            "start": 874599868,
            "stop": 874599871
        },
        {
            "start": 874599891,
            "stop": 874599917
        },
        {
            "start": 874599936,
            "stop": 874599952
        },
        {
            "start": 874599971,
            "stop": 874599978
        },
        {
            "start": 874599997,
            "stop": 874600002
        },
        {
            "start": 874600250,
            "stop": 874600261
        },
        {
            "start": 874600282,
            "stop": 874600287
        },
        {
            "start": 874600306,
            "stop": 874600316
        },
        {
            "start": 874600336,
            "stop": 874600380
        },
        {
            "start": 874600440,
            "stop": 874600451
        },
        {
            "start": 874600473,
            "stop": 874600493
        },
        {
            "start": 874600522,
            "stop": 874600560
        },
        {
            "start": 874600620,
            "stop": 874600633
        },
        {
            "start": 874600654,
            "stop": 874600665
        },
        {
            "start": 874600800,
            "stop": 874600803
        },
        {
            "start": 874600829,
            "stop": 874600864
        },
        {
            "start": 874600898,
            "stop": 874600971
        },
        {
            "start": 874600990,
            "stop": 874601010
        },
        {
            "start": 874601220,
            "stop": 874601286
        },
        {
            "start": 874601327,
            "stop": 874601342
        }
    ]
}