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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=175",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 176,
    "results": [
        {
            "start": 831474017,
            "stop": 831474476
        },
        {
            "start": 831474479,
            "stop": 831477466
        },
        {
            "start": 831477683,
            "stop": 831477774
        },
        {
            "start": 831477775,
            "stop": 831477872
        },
        {
            "start": 831477875,
            "stop": 831478396
        },
        {
            "start": 831478398,
            "stop": 831478603
        },
        {
            "start": 831478606,
            "stop": 831479249
        },
        {
            "start": 831479251,
            "stop": 831479443
        },
        {
            "start": 831479445,
            "stop": 831480503
        },
        {
            "start": 831480556,
            "stop": 831481107
        },
        {
            "start": 831481109,
            "stop": 831481186
        },
        {
            "start": 831481290,
            "stop": 831483567
        },
        {
            "start": 831484441,
            "stop": 831484563
        },
        {
            "start": 831484565,
            "stop": 831485505
        },
        {
            "start": 831485507,
            "stop": 831485755
        },
        {
            "start": 831485757,
            "stop": 831488413
        },
        {
            "start": 831488415,
            "stop": 831492125
        },
        {
            "start": 831492127,
            "stop": 831492272
        },
        {
            "start": 831493063,
            "stop": 831494082
        },
        {
            "start": 831496435,
            "stop": 831496715
        }
    ]
}