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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=140",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 141,
    "results": [
        {
            "start": 821512592,
            "stop": 821512693
        },
        {
            "start": 821512696,
            "stop": 821512714
        },
        {
            "start": 821512717,
            "stop": 821512821
        },
        {
            "start": 821512827,
            "stop": 821512831
        },
        {
            "start": 821512834,
            "stop": 821512877
        },
        {
            "start": 821512880,
            "stop": 821512909
        },
        {
            "start": 821512912,
            "stop": 821513025
        },
        {
            "start": 821513028,
            "stop": 821513082
        },
        {
            "start": 821513085,
            "stop": 821513108
        },
        {
            "start": 821513111,
            "stop": 821513115
        },
        {
            "start": 821513118,
            "stop": 821513127
        },
        {
            "start": 821513130,
            "stop": 821513166
        },
        {
            "start": 821513169,
            "stop": 821513173
        },
        {
            "start": 821513176,
            "stop": 821513178
        },
        {
            "start": 821513181,
            "stop": 821513317
        },
        {
            "start": 821513320,
            "stop": 821513336
        },
        {
            "start": 821513339,
            "stop": 821513353
        },
        {
            "start": 821515440,
            "stop": 821515495
        },
        {
            "start": 821515498,
            "stop": 821515582
        },
        {
            "start": 821515585,
            "stop": 821515636
        }
    ]
}