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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=280",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 281,
    "results": [
        {
            "start": 1377254863,
            "stop": 1377255916
        },
        {
            "start": 1377255917,
            "stop": 1377257511
        },
        {
            "start": 1377257513,
            "stop": 1377258006
        },
        {
            "start": 1377258008,
            "stop": 1377260292
        },
        {
            "start": 1377260294,
            "stop": 1377260386
        },
        {
            "start": 1377260388,
            "stop": 1377262152
        },
        {
            "start": 1377262154,
            "stop": 1377262287
        },
        {
            "start": 1377268304,
            "stop": 1377269245
        },
        {
            "start": 1377269250,
            "stop": 1377270094
        },
        {
            "start": 1377270095,
            "stop": 1377270884
        },
        {
            "start": 1377270886,
            "stop": 1377272392
        },
        {
            "start": 1377272394,
            "stop": 1377274017
        },
        {
            "start": 1377274019,
            "stop": 1377274779
        },
        {
            "start": 1377274780,
            "stop": 1377275866
        },
        {
            "start": 1377275868,
            "stop": 1377276155
        },
        {
            "start": 1377276157,
            "stop": 1377276817
        },
        {
            "start": 1377276819,
            "stop": 1377277916
        },
        {
            "start": 1377277918,
            "stop": 1377278734
        },
        {
            "start": 1377278735,
            "stop": 1377278983
        },
        {
            "start": 1377278984,
            "stop": 1377279901
        }
    ]
}