Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=463
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=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=462",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 463,
    "results": [
        {
            "start": 861190989,
            "stop": 861191036
        },
        {
            "start": 861191037,
            "stop": 861194537
        },
        {
            "start": 861195724,
            "stop": 861200245
        },
        {
            "start": 861200316,
            "stop": 861202146
        },
        {
            "start": 861202234,
            "stop": 861211617
        },
        {
            "start": 861213432,
            "stop": 861214529
        },
        {
            "start": 861225709,
            "stop": 861227432
        },
        {
            "start": 861227434,
            "stop": 861245722
        },
        {
            "start": 861245787,
            "stop": 861260693
        },
        {
            "start": 861263310,
            "stop": 861288307
        },
        {
            "start": 861289414,
            "stop": 861295233
        },
        {
            "start": 861295695,
            "stop": 861296953
        },
        {
            "start": 861296955,
            "stop": 861301341
        },
        {
            "start": 861303500,
            "stop": 861303691
        },
        {
            "start": 861303693,
            "stop": 861303803
        },
        {
            "start": 861303805,
            "stop": 861303841
        },
        {
            "start": 861303842,
            "stop": 861303843
        },
        {
            "start": 861304282,
            "stop": 861309166
        },
        {
            "start": 861309354,
            "stop": 861316049
        },
        {
            "start": 861316051,
            "stop": 861316335
        }
    ]
}