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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 171,
    "results": [
        {
            "start": 1373873251,
            "stop": 1373874597
        },
        {
            "start": 1373874599,
            "stop": 1373875186
        },
        {
            "start": 1373875190,
            "stop": 1373875397
        },
        {
            "start": 1373875399,
            "stop": 1373876465
        },
        {
            "start": 1373876466,
            "stop": 1373878929
        },
        {
            "start": 1373878931,
            "stop": 1373881408
        },
        {
            "start": 1373881410,
            "stop": 1373882725
        },
        {
            "start": 1373882730,
            "stop": 1373883307
        },
        {
            "start": 1373883308,
            "stop": 1373885296
        },
        {
            "start": 1373885299,
            "stop": 1373885400
        },
        {
            "start": 1373885405,
            "stop": 1373885559
        },
        {
            "start": 1373885564,
            "stop": 1373886052
        },
        {
            "start": 1373895167,
            "stop": 1373895228
        },
        {
            "start": 1373897902,
            "stop": 1373897963
        },
        {
            "start": 1373902450,
            "stop": 1373902531
        },
        {
            "start": 1373902534,
            "stop": 1373902604
        },
        {
            "start": 1373902606,
            "stop": 1373902664
        },
        {
            "start": 1373923815,
            "stop": 1373923938
        },
        {
            "start": 1373923940,
            "stop": 1373924811
        },
        {
            "start": 1373924813,
            "stop": 1373925806
        }
    ]
}