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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=103",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 104,
    "results": [
        {
            "start": 821443380,
            "stop": 821443399
        },
        {
            "start": 821443402,
            "stop": 821443531
        },
        {
            "start": 821443534,
            "stop": 821443536
        },
        {
            "start": 821443539,
            "stop": 821443588
        },
        {
            "start": 821443591,
            "stop": 821443673
        },
        {
            "start": 821443676,
            "stop": 821443786
        },
        {
            "start": 821443789,
            "stop": 821443825
        },
        {
            "start": 821443828,
            "stop": 821444066
        },
        {
            "start": 821444069,
            "stop": 821444094
        },
        {
            "start": 821444097,
            "stop": 821444140
        },
        {
            "start": 821444143,
            "stop": 821444171
        },
        {
            "start": 821444174,
            "stop": 821444208
        },
        {
            "start": 821444211,
            "stop": 821444279
        },
        {
            "start": 821444282,
            "stop": 821444297
        },
        {
            "start": 821444300,
            "stop": 821444413
        },
        {
            "start": 821444416,
            "stop": 821444514
        },
        {
            "start": 821444518,
            "stop": 821444547
        },
        {
            "start": 821444550,
            "stop": 821444598
        },
        {
            "start": 821444601,
            "stop": 821444605
        },
        {
            "start": 821444608,
            "stop": 821444640
        }
    ]
}