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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=168",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 169,
    "results": [
        {
            "start": 830411630,
            "stop": 830411724
        },
        {
            "start": 830412762,
            "stop": 830412822
        },
        {
            "start": 830414468,
            "stop": 830414614
        },
        {
            "start": 830416645,
            "stop": 830416657
        },
        {
            "start": 830417552,
            "stop": 830417774
        },
        {
            "start": 830417777,
            "stop": 830417785
        },
        {
            "start": 830418967,
            "stop": 830419314
        },
        {
            "start": 830426577,
            "stop": 830427086
        },
        {
            "start": 830427088,
            "stop": 830427946
        },
        {
            "start": 830429396,
            "stop": 830430501
        },
        {
            "start": 830430503,
            "stop": 830433184
        },
        {
            "start": 830434103,
            "stop": 830434150
        },
        {
            "start": 830434152,
            "stop": 830434197
        },
        {
            "start": 830435929,
            "stop": 830437170
        },
        {
            "start": 830437171,
            "stop": 830437440
        },
        {
            "start": 830437441,
            "stop": 830438764
        },
        {
            "start": 830440900,
            "stop": 830441120
        },
        {
            "start": 830441122,
            "stop": 830442542
        },
        {
            "start": 830442544,
            "stop": 830443469
        },
        {
            "start": 830446029,
            "stop": 830447106
        }
    ]
}