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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 57,
    "results": [
        {
            "start": 1370436799,
            "stop": 1370438826
        },
        {
            "start": 1370438827,
            "stop": 1370441321
        },
        {
            "start": 1370441323,
            "stop": 1370443697
        },
        {
            "start": 1370443698,
            "stop": 1370444268
        },
        {
            "start": 1370444270,
            "stop": 1370445655
        },
        {
            "start": 1370445657,
            "stop": 1370446340
        },
        {
            "start": 1370446341,
            "stop": 1370447690
        },
        {
            "start": 1370447692,
            "stop": 1370447715
        },
        {
            "start": 1370447718,
            "stop": 1370448323
        },
        {
            "start": 1370448324,
            "stop": 1370448356
        },
        {
            "start": 1370448361,
            "stop": 1370449546
        },
        {
            "start": 1370449547,
            "stop": 1370450350
        },
        {
            "start": 1370450351,
            "stop": 1370450814
        },
        {
            "start": 1370450818,
            "stop": 1370451821
        },
        {
            "start": 1370451823,
            "stop": 1370452419
        },
        {
            "start": 1370452424,
            "stop": 1370452491
        },
        {
            "start": 1370452493,
            "stop": 1370454008
        },
        {
            "start": 1370454009,
            "stop": 1370454661
        },
        {
            "start": 1370454663,
            "stop": 1370456096
        },
        {
            "start": 1370456098,
            "stop": 1370456806
        }
    ]
}