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=6574
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=6575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6573",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6574,
    "results": [
        {
            "start": 874543613,
            "stop": 874543824
        },
        {
            "start": 874543825,
            "stop": 874544162
        },
        {
            "start": 874544163,
            "stop": 874545122
        },
        {
            "start": 874545123,
            "stop": 874545320
        },
        {
            "start": 874545321,
            "stop": 874545680
        },
        {
            "start": 874545681,
            "stop": 874545712
        },
        {
            "start": 874545713,
            "stop": 874546292
        },
        {
            "start": 874546294,
            "stop": 874546741
        },
        {
            "start": 874546742,
            "stop": 874547174
        },
        {
            "start": 874547175,
            "stop": 874547261
        },
        {
            "start": 874547263,
            "stop": 874547285
        },
        {
            "start": 874547286,
            "stop": 874547635
        },
        {
            "start": 874547637,
            "stop": 874548154
        },
        {
            "start": 874548155,
            "stop": 874548202
        },
        {
            "start": 874548203,
            "stop": 874548227
        },
        {
            "start": 874548228,
            "stop": 874548642
        },
        {
            "start": 874548643,
            "stop": 874548916
        },
        {
            "start": 874548917,
            "stop": 874548931
        },
        {
            "start": 874548932,
            "stop": 874548981
        },
        {
            "start": 874548982,
            "stop": 874549129
        }
    ]
}