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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 29,
    "results": [
        {
            "start": 1399950359,
            "stop": 1399951411
        },
        {
            "start": 1399993587,
            "stop": 1399996825
        },
        {
            "start": 1400004309,
            "stop": 1400006174
        },
        {
            "start": 1400006222,
            "stop": 1400008845
        },
        {
            "start": 1400008848,
            "stop": 1400009265
        },
        {
            "start": 1400009270,
            "stop": 1400009590
        },
        {
            "start": 1400009654,
            "stop": 1400010702
        },
        {
            "start": 1400010766,
            "stop": 1400012470
        },
        {
            "start": 1400012534,
            "stop": 1400012774
        },
        {
            "start": 1400012822,
            "stop": 1400013854
        },
        {
            "start": 1400013918,
            "stop": 1400018206
        },
        {
            "start": 1400018270,
            "stop": 1400019512
        },
        {
            "start": 1400019515,
            "stop": 1400022598
        },
        {
            "start": 1400022646,
            "stop": 1400025182
        },
        {
            "start": 1400025230,
            "stop": 1400025550
        },
        {
            "start": 1400025598,
            "stop": 1400027590
        },
        {
            "start": 1400027638,
            "stop": 1400027886
        },
        {
            "start": 1400027950,
            "stop": 1400032590
        },
        {
            "start": 1400032654,
            "stop": 1400034022
        },
        {
            "start": 1400034086,
            "stop": 1400037677
        }
    ]
}