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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=21",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 22,
    "results": [
        {
            "start": 1404034391,
            "stop": 1404034788
        },
        {
            "start": 1404036974,
            "stop": 1404037275
        },
        {
            "start": 1404041085,
            "stop": 1404041542
        },
        {
            "start": 1404048461,
            "stop": 1404057907
        },
        {
            "start": 1404068968,
            "stop": 1404074215
        },
        {
            "start": 1404078783,
            "stop": 1404079407
        },
        {
            "start": 1404079412,
            "stop": 1404087983
        },
        {
            "start": 1404091254,
            "stop": 1404135626
        },
        {
            "start": 1404138487,
            "stop": 1404142541
        },
        {
            "start": 1404144303,
            "stop": 1404145891
        },
        {
            "start": 1404151649,
            "stop": 1404230871
        },
        {
            "start": 1404231403,
            "stop": 1404233722
        },
        {
            "start": 1404240248,
            "stop": 1404273729
        },
        {
            "start": 1404274257,
            "stop": 1404283346
        },
        {
            "start": 1404283705,
            "stop": 1404308827
        },
        {
            "start": 1404309333,
            "stop": 1404314459
        },
        {
            "start": 1404317369,
            "stop": 1404318131
        },
        {
            "start": 1404318562,
            "stop": 1404325597
        },
        {
            "start": 1404327305,
            "stop": 1404327430
        },
        {
            "start": 1404327971,
            "stop": 1404329223
        }
    ]
}