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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=260",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 261,
    "results": [
        {
            "start": 934321640,
            "stop": 934321656
        },
        {
            "start": 934321659,
            "stop": 934321662
        },
        {
            "start": 934321665,
            "stop": 934321670
        },
        {
            "start": 934321673,
            "stop": 934321678
        },
        {
            "start": 934321684,
            "stop": 934321798
        },
        {
            "start": 934321804,
            "stop": 934321811
        },
        {
            "start": 934321813,
            "stop": 934321827
        },
        {
            "start": 934321830,
            "stop": 934321835
        },
        {
            "start": 934321837,
            "stop": 934321853
        },
        {
            "start": 934321856,
            "stop": 934321860
        },
        {
            "start": 934321862,
            "stop": 934321876
        },
        {
            "start": 934321882,
            "stop": 934321924
        },
        {
            "start": 934321929,
            "stop": 934322218
        },
        {
            "start": 934322221,
            "stop": 934322415
        },
        {
            "start": 934322655,
            "stop": 934322764
        },
        {
            "start": 934322926,
            "stop": 934323359
        },
        {
            "start": 934323362,
            "stop": 934323735
        },
        {
            "start": 934323740,
            "stop": 934323963
        },
        {
            "start": 934323968,
            "stop": 934324163
        },
        {
            "start": 934324168,
            "stop": 934324258
        }
    ]
}