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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=296",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 297,
    "results": [
        {
            "start": 931768947,
            "stop": 931768948
        },
        {
            "start": 931768951,
            "stop": 931768959
        },
        {
            "start": 931768962,
            "stop": 931768972
        },
        {
            "start": 931768975,
            "stop": 931768988
        },
        {
            "start": 931768993,
            "stop": 931769003
        },
        {
            "start": 931769008,
            "stop": 931769015
        },
        {
            "start": 931769020,
            "stop": 931769028
        },
        {
            "start": 931769031,
            "stop": 931769040
        },
        {
            "start": 931769046,
            "stop": 931769053
        },
        {
            "start": 931769056,
            "stop": 931769062
        },
        {
            "start": 931769065,
            "stop": 931769115
        },
        {
            "start": 931769118,
            "stop": 931769131
        },
        {
            "start": 931769133,
            "stop": 931769134
        },
        {
            "start": 931769137,
            "stop": 931769138
        },
        {
            "start": 931769143,
            "stop": 931769146
        },
        {
            "start": 931769151,
            "stop": 931769163
        },
        {
            "start": 931769166,
            "stop": 931769170
        },
        {
            "start": 931769173,
            "stop": 931769176
        },
        {
            "start": 931769178,
            "stop": 931769181
        },
        {
            "start": 931769184,
            "stop": 931769188
        }
    ]
}