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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14129",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14130,
    "results": [
        {
            "start": 971162234,
            "stop": 971162239
        },
        {
            "start": 971162241,
            "stop": 971162242
        },
        {
            "start": 971162244,
            "stop": 971162247
        },
        {
            "start": 971162256,
            "stop": 971162258
        },
        {
            "start": 971162259,
            "stop": 971162260
        },
        {
            "start": 971162262,
            "stop": 971162265
        },
        {
            "start": 971162266,
            "stop": 971162267
        },
        {
            "start": 971162268,
            "stop": 971162269
        },
        {
            "start": 971162271,
            "stop": 971162277
        },
        {
            "start": 971162279,
            "stop": 971162281
        },
        {
            "start": 971162283,
            "stop": 971162285
        },
        {
            "start": 971162287,
            "stop": 971162294
        },
        {
            "start": 971162298,
            "stop": 971162299
        },
        {
            "start": 971162302,
            "stop": 971162309
        },
        {
            "start": 971162310,
            "stop": 971162314
        },
        {
            "start": 971162316,
            "stop": 971162320
        },
        {
            "start": 971162321,
            "stop": 971162322
        },
        {
            "start": 971162323,
            "stop": 971162324
        },
        {
            "start": 971162326,
            "stop": 971162330
        },
        {
            "start": 971162332,
            "stop": 971162333
        }
    ]
}