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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 263,
    "results": [
        {
            "start": 1376931704,
            "stop": 1376932518
        },
        {
            "start": 1376932519,
            "stop": 1376933081
        },
        {
            "start": 1376933083,
            "stop": 1376934964
        },
        {
            "start": 1376934966,
            "stop": 1376936097
        },
        {
            "start": 1376936099,
            "stop": 1376937168
        },
        {
            "start": 1376937171,
            "stop": 1376937810
        },
        {
            "start": 1376937812,
            "stop": 1376938810
        },
        {
            "start": 1376938812,
            "stop": 1376939708
        },
        {
            "start": 1376939709,
            "stop": 1376940737
        },
        {
            "start": 1376940739,
            "stop": 1376941742
        },
        {
            "start": 1376941743,
            "stop": 1376941798
        },
        {
            "start": 1376941800,
            "stop": 1376942878
        },
        {
            "start": 1376942880,
            "stop": 1376943558
        },
        {
            "start": 1376943559,
            "stop": 1376944061
        },
        {
            "start": 1376944062,
            "stop": 1376945099
        },
        {
            "start": 1376945102,
            "stop": 1376946007
        },
        {
            "start": 1376946009,
            "stop": 1376947413
        },
        {
            "start": 1376947415,
            "stop": 1376948473
        },
        {
            "start": 1376948475,
            "stop": 1376948733
        },
        {
            "start": 1376948736,
            "stop": 1376949533
        }
    ]
}