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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=317",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 318,
    "results": [
        {
            "start": 843622865,
            "stop": 843623191
        },
        {
            "start": 843623193,
            "stop": 843627783
        },
        {
            "start": 843627785,
            "stop": 843631844
        },
        {
            "start": 843631845,
            "stop": 843634683
        },
        {
            "start": 843634684,
            "stop": 843635491
        },
        {
            "start": 843636630,
            "stop": 843641428
        },
        {
            "start": 843641430,
            "stop": 843646118
        },
        {
            "start": 843646120,
            "stop": 843657842
        },
        {
            "start": 843657844,
            "stop": 843661702
        },
        {
            "start": 843661704,
            "stop": 843662261
        },
        {
            "start": 843662638,
            "stop": 843663336
        },
        {
            "start": 843665787,
            "stop": 843675187
        },
        {
            "start": 843691469,
            "stop": 843696755
        },
        {
            "start": 843696757,
            "stop": 843700457
        },
        {
            "start": 843700459,
            "stop": 843701906
        },
        {
            "start": 843701983,
            "stop": 843716320
        },
        {
            "start": 843717127,
            "stop": 843719919
        },
        {
            "start": 843719921,
            "stop": 843721432
        },
        {
            "start": 843721434,
            "stop": 843721539
        },
        {
            "start": 843725116,
            "stop": 843730128
        }
    ]
}