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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2194",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2195,
    "results": [
        {
            "start": 872524044,
            "stop": 872524414
        },
        {
            "start": 872524433,
            "stop": 872524475
        },
        {
            "start": 872526617,
            "stop": 872526629
        },
        {
            "start": 872526646,
            "stop": 872526673
        },
        {
            "start": 872526747,
            "stop": 872526753
        },
        {
            "start": 872526770,
            "stop": 872526772
        },
        {
            "start": 872526789,
            "stop": 872527081
        },
        {
            "start": 872527098,
            "stop": 872527107
        },
        {
            "start": 872527125,
            "stop": 872527198
        },
        {
            "start": 872527215,
            "stop": 872527265
        },
        {
            "start": 872528581,
            "stop": 872528594
        },
        {
            "start": 872528611,
            "stop": 872528632
        },
        {
            "start": 872528669,
            "stop": 872528705
        },
        {
            "start": 872528744,
            "stop": 872528753
        },
        {
            "start": 872528772,
            "stop": 872528819
        },
        {
            "start": 872528836,
            "stop": 872528868
        },
        {
            "start": 872528885,
            "stop": 872529094
        },
        {
            "start": 872529111,
            "stop": 872529129
        },
        {
            "start": 872529151,
            "stop": 872529220
        },
        {
            "start": 872529237,
            "stop": 872529271
        }
    ]
}