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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=310",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 311,
    "results": [
        {
            "start": 843047181,
            "stop": 843049096
        },
        {
            "start": 843049097,
            "stop": 843053302
        },
        {
            "start": 843053796,
            "stop": 843067051
        },
        {
            "start": 843067150,
            "stop": 843067689
        },
        {
            "start": 843067765,
            "stop": 843067963
        },
        {
            "start": 843067965,
            "stop": 843071616
        },
        {
            "start": 843073276,
            "stop": 843075177
        },
        {
            "start": 843078038,
            "stop": 843080718
        },
        {
            "start": 843082088,
            "stop": 843082941
        },
        {
            "start": 843082942,
            "stop": 843095842
        },
        {
            "start": 843096434,
            "stop": 843097600
        },
        {
            "start": 843097602,
            "stop": 843105057
        },
        {
            "start": 843105059,
            "stop": 843116382
        },
        {
            "start": 843117690,
            "stop": 843118951
        },
        {
            "start": 843118953,
            "stop": 843120131
        },
        {
            "start": 843120133,
            "stop": 843121562
        },
        {
            "start": 843121564,
            "stop": 843121652
        },
        {
            "start": 843122569,
            "stop": 843128365
        },
        {
            "start": 843128367,
            "stop": 843129769
        },
        {
            "start": 843129771,
            "stop": 843138699
        }
    ]
}