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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=189",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 190,
    "results": [
        {
            "start": 931482114,
            "stop": 931482118
        },
        {
            "start": 931482120,
            "stop": 931482121
        },
        {
            "start": 931482126,
            "stop": 931482131
        },
        {
            "start": 931482140,
            "stop": 931482154
        },
        {
            "start": 931482155,
            "stop": 931482156
        },
        {
            "start": 931482167,
            "stop": 931482179
        },
        {
            "start": 931482182,
            "stop": 931482186
        },
        {
            "start": 931482194,
            "stop": 931482196
        },
        {
            "start": 931482198,
            "stop": 931482199
        },
        {
            "start": 931482208,
            "stop": 931482219
        },
        {
            "start": 931482224,
            "stop": 931482228
        },
        {
            "start": 931482232,
            "stop": 931482233
        },
        {
            "start": 931482241,
            "stop": 931482242
        },
        {
            "start": 931482246,
            "stop": 931482261
        },
        {
            "start": 931482264,
            "stop": 931482271
        },
        {
            "start": 931482274,
            "stop": 931482277
        },
        {
            "start": 931482284,
            "stop": 931482287
        },
        {
            "start": 931482298,
            "stop": 931482302
        },
        {
            "start": 931482315,
            "stop": 931482318
        },
        {
            "start": 931482321,
            "stop": 931482326
        }
    ]
}