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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=265",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 266,
    "results": [
        {
            "start": 934166693,
            "stop": 934167615
        },
        {
            "start": 934167855,
            "stop": 934169605
        },
        {
            "start": 934169610,
            "stop": 934169720
        },
        {
            "start": 934169725,
            "stop": 934169755
        },
        {
            "start": 934169760,
            "stop": 934170213
        },
        {
            "start": 934170216,
            "stop": 934171155
        },
        {
            "start": 934171160,
            "stop": 934171215
        },
        {
            "start": 934171455,
            "stop": 934173739
        },
        {
            "start": 934173744,
            "stop": 934174212
        },
        {
            "start": 934174214,
            "stop": 934174598
        },
        {
            "start": 934174602,
            "stop": 934174815
        },
        {
            "start": 934175055,
            "stop": 934178003
        },
        {
            "start": 934178007,
            "stop": 934178184
        },
        {
            "start": 934178186,
            "stop": 934178189
        },
        {
            "start": 934178194,
            "stop": 934178415
        },
        {
            "start": 934178655,
            "stop": 934179506
        },
        {
            "start": 934179508,
            "stop": 934179538
        },
        {
            "start": 934180030,
            "stop": 934180359
        },
        {
            "start": 934180361,
            "stop": 934181305
        },
        {
            "start": 934181307,
            "stop": 934181380
        }
    ]
}