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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46696",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46697,
    "results": [
        {
            "start": 875050470,
            "stop": 875050481
        },
        {
            "start": 875050482,
            "stop": 875050496
        },
        {
            "start": 875050497,
            "stop": 875050545
        },
        {
            "start": 875050546,
            "stop": 875050554
        },
        {
            "start": 875050555,
            "stop": 875050605
        },
        {
            "start": 875050607,
            "stop": 875050609
        },
        {
            "start": 875050610,
            "stop": 875050627
        },
        {
            "start": 875050629,
            "stop": 875050697
        },
        {
            "start": 875050700,
            "stop": 875050715
        },
        {
            "start": 875050716,
            "stop": 875050739
        },
        {
            "start": 875050741,
            "stop": 875050783
        },
        {
            "start": 875050787,
            "stop": 875050790
        },
        {
            "start": 875050791,
            "stop": 875050800
        },
        {
            "start": 875050801,
            "stop": 875050886
        },
        {
            "start": 875050887,
            "stop": 875050906
        },
        {
            "start": 875050907,
            "stop": 875050911
        },
        {
            "start": 875050913,
            "stop": 875050949
        },
        {
            "start": 875050950,
            "stop": 875051002
        },
        {
            "start": 875051003,
            "stop": 875051077
        },
        {
            "start": 875051078,
            "stop": 875051091
        }
    ]
}