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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=29",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 30,
    "results": [
        {
            "start": 1400037682,
            "stop": 1400038224
        },
        {
            "start": 1400038227,
            "stop": 1400038310
        },
        {
            "start": 1400038358,
            "stop": 1400045100
        },
        {
            "start": 1400045104,
            "stop": 1400054238
        },
        {
            "start": 1400054302,
            "stop": 1400054902
        },
        {
            "start": 1400054966,
            "stop": 1400055964
        },
        {
            "start": 1400061499,
            "stop": 1400061790
        },
        {
            "start": 1400061791,
            "stop": 1400061800
        },
        {
            "start": 1400061805,
            "stop": 1400062974
        },
        {
            "start": 1400062977,
            "stop": 1400069096
        },
        {
            "start": 1400069101,
            "stop": 1400069281
        },
        {
            "start": 1400069284,
            "stop": 1400075661
        },
        {
            "start": 1400075709,
            "stop": 1400080621
        },
        {
            "start": 1400083665,
            "stop": 1400087196
        },
        {
            "start": 1400087198,
            "stop": 1400092221
        },
        {
            "start": 1400093959,
            "stop": 1400099341
        },
        {
            "start": 1400099345,
            "stop": 1400100258
        },
        {
            "start": 1400100260,
            "stop": 1400110151
        },
        {
            "start": 1400110156,
            "stop": 1400111502
        },
        {
            "start": 1400111506,
            "stop": 1400118952
        }
    ]
}