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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=233",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 234,
    "results": [
        {
            "start": 1376310503,
            "stop": 1376311858
        },
        {
            "start": 1376311860,
            "stop": 1376312103
        },
        {
            "start": 1376312106,
            "stop": 1376313775
        },
        {
            "start": 1376313776,
            "stop": 1376313837
        },
        {
            "start": 1376313839,
            "stop": 1376315705
        },
        {
            "start": 1376315707,
            "stop": 1376316420
        },
        {
            "start": 1376316421,
            "stop": 1376317974
        },
        {
            "start": 1376317975,
            "stop": 1376318559
        },
        {
            "start": 1376318561,
            "stop": 1376319098
        },
        {
            "start": 1376319099,
            "stop": 1376320040
        },
        {
            "start": 1376320042,
            "stop": 1376320605
        },
        {
            "start": 1376320606,
            "stop": 1376322957
        },
        {
            "start": 1376322959,
            "stop": 1376323600
        },
        {
            "start": 1376323602,
            "stop": 1376324727
        },
        {
            "start": 1376324729,
            "stop": 1376325089
        },
        {
            "start": 1376325090,
            "stop": 1376325861
        },
        {
            "start": 1376325863,
            "stop": 1376326559
        },
        {
            "start": 1376326561,
            "stop": 1376327527
        },
        {
            "start": 1376327528,
            "stop": 1376327847
        },
        {
            "start": 1376340002,
            "stop": 1376341081
        }
    ]
}