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=5750
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=5751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5749",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5750,
    "results": [
        {
            "start": 874621180,
            "stop": 874621278
        },
        {
            "start": 874621281,
            "stop": 874621309
        },
        {
            "start": 874621312,
            "stop": 874621377
        },
        {
            "start": 874621380,
            "stop": 874621418
        },
        {
            "start": 874621422,
            "stop": 874621424
        },
        {
            "start": 874621427,
            "stop": 874621431
        },
        {
            "start": 874621434,
            "stop": 874621436
        },
        {
            "start": 874621439,
            "stop": 874621445
        },
        {
            "start": 874621448,
            "stop": 874621454
        },
        {
            "start": 874621457,
            "stop": 874621482
        },
        {
            "start": 874621488,
            "stop": 874621495
        },
        {
            "start": 874621498,
            "stop": 874621522
        },
        {
            "start": 874621525,
            "stop": 874621599
        },
        {
            "start": 874621602,
            "stop": 874621629
        },
        {
            "start": 874621632,
            "stop": 874621647
        },
        {
            "start": 874621650,
            "stop": 874621667
        },
        {
            "start": 874621670,
            "stop": 874621687
        },
        {
            "start": 874621697,
            "stop": 874621710
        },
        {
            "start": 874621713,
            "stop": 874621725
        },
        {
            "start": 874621731,
            "stop": 874621732
        }
    ]
}