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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 25,
    "results": [
        {
            "start": 1399971640,
            "stop": 1399976994
        },
        {
            "start": 1399976997,
            "stop": 1399978207
        },
        {
            "start": 1399978453,
            "stop": 1399981209
        },
        {
            "start": 1399981216,
            "stop": 1399982229
        },
        {
            "start": 1399982235,
            "stop": 1399984191
        },
        {
            "start": 1399984198,
            "stop": 1399989946
        },
        {
            "start": 1399989953,
            "stop": 1399996900
        },
        {
            "start": 1400025328,
            "stop": 1400026598
        },
        {
            "start": 1400038749,
            "stop": 1400039233
        },
        {
            "start": 1400039240,
            "stop": 1400047142
        },
        {
            "start": 1400047762,
            "stop": 1400053405
        },
        {
            "start": 1400053410,
            "stop": 1400058985
        },
        {
            "start": 1400058991,
            "stop": 1400059865
        },
        {
            "start": 1400059871,
            "stop": 1400061789
        },
        {
            "start": 1400061796,
            "stop": 1400068729
        },
        {
            "start": 1400068734,
            "stop": 1400073488
        },
        {
            "start": 1400073494,
            "stop": 1400076845
        },
        {
            "start": 1400076850,
            "stop": 1400077035
        },
        {
            "start": 1400077041,
            "stop": 1400078454
        },
        {
            "start": 1400102152,
            "stop": 1400109257
        }
    ]
}