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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 188,
    "results": [
        {
            "start": 931603234,
            "stop": 931603235
        },
        {
            "start": 931603241,
            "stop": 931603242
        },
        {
            "start": 931603246,
            "stop": 931603248
        },
        {
            "start": 931603262,
            "stop": 931603264
        },
        {
            "start": 931603266,
            "stop": 931603269
        },
        {
            "start": 931603273,
            "stop": 931603275
        },
        {
            "start": 931603277,
            "stop": 931603282
        },
        {
            "start": 931603285,
            "stop": 931603302
        },
        {
            "start": 931603305,
            "stop": 931603313
        },
        {
            "start": 931603316,
            "stop": 931603317
        },
        {
            "start": 931603326,
            "stop": 931603328
        },
        {
            "start": 931603332,
            "stop": 931603339
        },
        {
            "start": 931603344,
            "stop": 931603351
        },
        {
            "start": 931603354,
            "stop": 931603357
        },
        {
            "start": 931603363,
            "stop": 931603370
        },
        {
            "start": 931603373,
            "stop": 931603375
        },
        {
            "start": 931603378,
            "stop": 931603381
        },
        {
            "start": 931603383,
            "stop": 931603386
        },
        {
            "start": 931603389,
            "stop": 931603404
        },
        {
            "start": 931603407,
            "stop": 931603409
        }
    ]
}