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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 240,
    "results": [
        {
            "start": 931676481,
            "stop": 931676484
        },
        {
            "start": 931676487,
            "stop": 931676488
        },
        {
            "start": 931676490,
            "stop": 931676517
        },
        {
            "start": 931676519,
            "stop": 931676520
        },
        {
            "start": 931676523,
            "stop": 931676529
        },
        {
            "start": 931676532,
            "stop": 931676533
        },
        {
            "start": 931676536,
            "stop": 931676537
        },
        {
            "start": 931676540,
            "stop": 931676547
        },
        {
            "start": 931676550,
            "stop": 931676555
        },
        {
            "start": 931676558,
            "stop": 931676564
        },
        {
            "start": 931676567,
            "stop": 931676572
        },
        {
            "start": 931676577,
            "stop": 931676582
        },
        {
            "start": 931676585,
            "stop": 931676586
        },
        {
            "start": 931676589,
            "stop": 931676590
        },
        {
            "start": 931676594,
            "stop": 931676598
        },
        {
            "start": 931676601,
            "stop": 931676618
        },
        {
            "start": 931676621,
            "stop": 931676636
        },
        {
            "start": 931676639,
            "stop": 931676640
        },
        {
            "start": 931676643,
            "stop": 931676647
        },
        {
            "start": 931676649,
            "stop": 931676655
        }
    ]
}