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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 41,
    "results": [
        {
            "start": 1370029961,
            "stop": 1370029966
        },
        {
            "start": 1370029967,
            "stop": 1370029976
        },
        {
            "start": 1370029978,
            "stop": 1370029992
        },
        {
            "start": 1370029994,
            "stop": 1370031982
        },
        {
            "start": 1370031984,
            "stop": 1370034245
        },
        {
            "start": 1370034246,
            "stop": 1370034449
        },
        {
            "start": 1370034452,
            "stop": 1370034973
        },
        {
            "start": 1370034975,
            "stop": 1370036024
        },
        {
            "start": 1370036025,
            "stop": 1370036133
        },
        {
            "start": 1370036135,
            "stop": 1370037093
        },
        {
            "start": 1370040112,
            "stop": 1370041753
        },
        {
            "start": 1370041758,
            "stop": 1370041998
        },
        {
            "start": 1370042000,
            "stop": 1370044014
        },
        {
            "start": 1370044017,
            "stop": 1370044063
        },
        {
            "start": 1370044064,
            "stop": 1370044991
        },
        {
            "start": 1370044993,
            "stop": 1370046142
        },
        {
            "start": 1370046144,
            "stop": 1370046902
        },
        {
            "start": 1370046903,
            "stop": 1370048114
        },
        {
            "start": 1370048116,
            "stop": 1370048669
        },
        {
            "start": 1370048670,
            "stop": 1370050484
        }
    ]
}