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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=251",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 252,
    "results": [
        {
            "start": 934321862,
            "stop": 934321876
        },
        {
            "start": 934321882,
            "stop": 934321924
        },
        {
            "start": 934321929,
            "stop": 934322218
        },
        {
            "start": 934322221,
            "stop": 934322415
        },
        {
            "start": 934322655,
            "stop": 934323359
        },
        {
            "start": 934323362,
            "stop": 934323735
        },
        {
            "start": 934323740,
            "stop": 934323963
        },
        {
            "start": 934323968,
            "stop": 934324163
        },
        {
            "start": 934324168,
            "stop": 934324258
        },
        {
            "start": 934324260,
            "stop": 934324604
        },
        {
            "start": 934324609,
            "stop": 934325848
        },
        {
            "start": 934325850,
            "stop": 934326015
        },
        {
            "start": 934326255,
            "stop": 934327087
        },
        {
            "start": 934327092,
            "stop": 934327438
        },
        {
            "start": 934327440,
            "stop": 934328518
        },
        {
            "start": 934328523,
            "stop": 934329128
        },
        {
            "start": 934329133,
            "stop": 934329615
        },
        {
            "start": 934329855,
            "stop": 934330049
        },
        {
            "start": 934330051,
            "stop": 934330991
        },
        {
            "start": 934330996,
            "stop": 934331918
        }
    ]
}