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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9944",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9945,
    "results": [
        {
            "start": 871222143,
            "stop": 871225117
        },
        {
            "start": 871225134,
            "stop": 871225165
        },
        {
            "start": 871225204,
            "stop": 871225902
        },
        {
            "start": 871225919,
            "stop": 871227834
        },
        {
            "start": 871227851,
            "stop": 871227856
        },
        {
            "start": 871227888,
            "stop": 871228260
        },
        {
            "start": 871228320,
            "stop": 871228381
        },
        {
            "start": 871228600,
            "stop": 871229560
        },
        {
            "start": 871230997,
            "stop": 871231122
        },
        {
            "start": 871231676,
            "stop": 871232069
        },
        {
            "start": 871232086,
            "stop": 871232125
        },
        {
            "start": 871232175,
            "stop": 871234080
        },
        {
            "start": 871234140,
            "stop": 871234335
        },
        {
            "start": 871234431,
            "stop": 871234680
        },
        {
            "start": 871234740,
            "stop": 871235520
        },
        {
            "start": 871236180,
            "stop": 871236240
        },
        {
            "start": 871236386,
            "stop": 871236409
        },
        {
            "start": 871236660,
            "stop": 871236780
        },
        {
            "start": 871236960,
            "stop": 871237020
        },
        {
            "start": 871237080,
            "stop": 871237118
        }
    ]
}