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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=362",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 363,
    "results": [
        {
            "start": 848140530,
            "stop": 848140680
        },
        {
            "start": 848140682,
            "stop": 848140711
        },
        {
            "start": 848140713,
            "stop": 848143820
        },
        {
            "start": 848143821,
            "stop": 848144319
        },
        {
            "start": 848144321,
            "stop": 848146556
        },
        {
            "start": 848146558,
            "stop": 848146622
        },
        {
            "start": 848146626,
            "stop": 848146640
        },
        {
            "start": 848146643,
            "stop": 848146648
        },
        {
            "start": 848146650,
            "stop": 848146689
        },
        {
            "start": 848147877,
            "stop": 848147941
        },
        {
            "start": 848147943,
            "stop": 848148383
        },
        {
            "start": 848149404,
            "stop": 848151634
        },
        {
            "start": 848151636,
            "stop": 848152356
        },
        {
            "start": 848153567,
            "stop": 848154318
        },
        {
            "start": 848157275,
            "stop": 848157967
        },
        {
            "start": 848158008,
            "stop": 848158722
        },
        {
            "start": 848161308,
            "stop": 848161325
        },
        {
            "start": 848161326,
            "stop": 848161957
        },
        {
            "start": 848163106,
            "stop": 848164915
        },
        {
            "start": 848182704,
            "stop": 848194525
        }
    ]
}