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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=135",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 136,
    "results": [
        {
            "start": 839265098,
            "stop": 839270400
        },
        {
            "start": 839271614,
            "stop": 839281072
        },
        {
            "start": 839282749,
            "stop": 839306700
        },
        {
            "start": 839306755,
            "stop": 839315221
        },
        {
            "start": 839316214,
            "stop": 839318893
        },
        {
            "start": 839319092,
            "stop": 839333395
        },
        {
            "start": 839333993,
            "stop": 839342068
        },
        {
            "start": 839355411,
            "stop": 839367463
        },
        {
            "start": 839373785,
            "stop": 839389192
        },
        {
            "start": 839389257,
            "stop": 839401357
        },
        {
            "start": 839407138,
            "stop": 839409293
        },
        {
            "start": 839409323,
            "stop": 839419152
        },
        {
            "start": 839419560,
            "stop": 839430608
        },
        {
            "start": 839430828,
            "stop": 839444421
        },
        {
            "start": 839445411,
            "stop": 839445607
        },
        {
            "start": 839448440,
            "stop": 839457225
        },
        {
            "start": 839461057,
            "stop": 839462623
        },
        {
            "start": 839463892,
            "stop": 839476186
        },
        {
            "start": 839476290,
            "stop": 839487305
        },
        {
            "start": 839489925,
            "stop": 839507470
        }
    ]
}