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=6492
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=6493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6491",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6492,
    "results": [
        {
            "start": 874141596,
            "stop": 874142503
        },
        {
            "start": 874142504,
            "stop": 874142569
        },
        {
            "start": 874142570,
            "stop": 874142916
        },
        {
            "start": 874142918,
            "stop": 874143212
        },
        {
            "start": 874143213,
            "stop": 874143397
        },
        {
            "start": 874143398,
            "stop": 874143434
        },
        {
            "start": 874143436,
            "stop": 874143782
        },
        {
            "start": 874143783,
            "stop": 874144346
        },
        {
            "start": 874144347,
            "stop": 874144372
        },
        {
            "start": 874144373,
            "stop": 874145309
        },
        {
            "start": 874145310,
            "stop": 874145419
        },
        {
            "start": 874145420,
            "stop": 874145607
        },
        {
            "start": 874145608,
            "stop": 874146094
        },
        {
            "start": 874146095,
            "stop": 874146216
        },
        {
            "start": 874146218,
            "stop": 874146429
        },
        {
            "start": 874146430,
            "stop": 874146870
        },
        {
            "start": 874146871,
            "stop": 874147178
        },
        {
            "start": 874147179,
            "stop": 874147434
        },
        {
            "start": 874147436,
            "stop": 874147943
        },
        {
            "start": 874147944,
            "stop": 874148075
        }
    ]
}