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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5748",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5749,
    "results": [
        {
            "start": 874620426,
            "stop": 874620439
        },
        {
            "start": 874620442,
            "stop": 874620446
        },
        {
            "start": 874620449,
            "stop": 874620456
        },
        {
            "start": 874620460,
            "stop": 874620496
        },
        {
            "start": 874620500,
            "stop": 874620509
        },
        {
            "start": 874620512,
            "stop": 874620527
        },
        {
            "start": 874620531,
            "stop": 874620540
        },
        {
            "start": 874620543,
            "stop": 874620569
        },
        {
            "start": 874620573,
            "stop": 874620580
        },
        {
            "start": 874620584,
            "stop": 874620607
        },
        {
            "start": 874620610,
            "stop": 874620624
        },
        {
            "start": 874620627,
            "stop": 874620698
        },
        {
            "start": 874620701,
            "stop": 874620713
        },
        {
            "start": 874620716,
            "stop": 874620749
        },
        {
            "start": 874620753,
            "stop": 874620921
        },
        {
            "start": 874620924,
            "stop": 874620951
        },
        {
            "start": 874620955,
            "stop": 874621018
        },
        {
            "start": 874621022,
            "stop": 874621079
        },
        {
            "start": 874621082,
            "stop": 874621110
        },
        {
            "start": 874621114,
            "stop": 874621177
        }
    ]
}