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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=209",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 210,
    "results": [
        {
            "start": 840374904,
            "stop": 840390299
        },
        {
            "start": 840390302,
            "stop": 840394880
        },
        {
            "start": 840403066,
            "stop": 840403592
        },
        {
            "start": 840406952,
            "stop": 840407193
        },
        {
            "start": 840407195,
            "stop": 840416533
        },
        {
            "start": 840419956,
            "stop": 840473653
        },
        {
            "start": 840473691,
            "stop": 840473693
        },
        {
            "start": 840474014,
            "stop": 840481273
        },
        {
            "start": 840481441,
            "stop": 840485580
        },
        {
            "start": 840485581,
            "stop": 840485586
        },
        {
            "start": 840485591,
            "stop": 840485593
        },
        {
            "start": 840485621,
            "stop": 840485622
        },
        {
            "start": 840485797,
            "stop": 840488149
        },
        {
            "start": 840489817,
            "stop": 840491713
        },
        {
            "start": 840493473,
            "stop": 840494148
        },
        {
            "start": 840494150,
            "stop": 840500319
        },
        {
            "start": 840500321,
            "stop": 840500896
        },
        {
            "start": 840501006,
            "stop": 840501063
        },
        {
            "start": 840501363,
            "stop": 840502610
        },
        {
            "start": 840504801,
            "stop": 840514453
        }
    ]
}