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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=314",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 315,
    "results": [
        {
            "start": 931773038,
            "stop": 931773042
        },
        {
            "start": 931773044,
            "stop": 931773047
        },
        {
            "start": 931773054,
            "stop": 931773064
        },
        {
            "start": 931773074,
            "stop": 931773078
        },
        {
            "start": 931773083,
            "stop": 931773091
        },
        {
            "start": 931773095,
            "stop": 931773114
        },
        {
            "start": 931773117,
            "stop": 931773119
        },
        {
            "start": 931773128,
            "stop": 931773129
        },
        {
            "start": 931773135,
            "stop": 931773143
        },
        {
            "start": 931773145,
            "stop": 931773147
        },
        {
            "start": 931773150,
            "stop": 931773168
        },
        {
            "start": 931773171,
            "stop": 931773172
        },
        {
            "start": 931773179,
            "stop": 931773184
        },
        {
            "start": 931773190,
            "stop": 931773191
        },
        {
            "start": 931773194,
            "stop": 931773198
        },
        {
            "start": 931773201,
            "stop": 931773202
        },
        {
            "start": 931773205,
            "stop": 931773216
        },
        {
            "start": 931773218,
            "stop": 931773234
        },
        {
            "start": 931773241,
            "stop": 931773256
        },
        {
            "start": 931773259,
            "stop": 931773265
        }
    ]
}