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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=159",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 160,
    "results": [
        {
            "start": 932434417,
            "stop": 932435103
        },
        {
            "start": 932435105,
            "stop": 932435167
        },
        {
            "start": 932435172,
            "stop": 932435310
        },
        {
            "start": 932435706,
            "stop": 932435766
        },
        {
            "start": 932441466,
            "stop": 932441471
        },
        {
            "start": 932441474,
            "stop": 932441493
        },
        {
            "start": 932441495,
            "stop": 932441586
        },
        {
            "start": 932441646,
            "stop": 932441660
        },
        {
            "start": 932441675,
            "stop": 932441706
        },
        {
            "start": 932441766,
            "stop": 932441886
        },
        {
            "start": 932441946,
            "stop": 932442126
        },
        {
            "start": 932442246,
            "stop": 932442813
        },
        {
            "start": 932442815,
            "stop": 932442834
        },
        {
            "start": 932442839,
            "stop": 932442906
        },
        {
            "start": 932442966,
            "stop": 932443116
        },
        {
            "start": 932443121,
            "stop": 932443146
        },
        {
            "start": 932443206,
            "stop": 932443215
        },
        {
            "start": 932443575,
            "stop": 932443593
        },
        {
            "start": 932443598,
            "stop": 932443887
        },
        {
            "start": 932443898,
            "stop": 932443901
        }
    ]
}