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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 48,
    "results": [
        {
            "start": 1370222931,
            "stop": 1370224634
        },
        {
            "start": 1370224635,
            "stop": 1370225150
        },
        {
            "start": 1370225151,
            "stop": 1370226860
        },
        {
            "start": 1370226865,
            "stop": 1370227365
        },
        {
            "start": 1370227367,
            "stop": 1370229266
        },
        {
            "start": 1370229268,
            "stop": 1370231387
        },
        {
            "start": 1370231389,
            "stop": 1370233330
        },
        {
            "start": 1370233332,
            "stop": 1370233464
        },
        {
            "start": 1370233465,
            "stop": 1370235491
        },
        {
            "start": 1370235492,
            "stop": 1370235738
        },
        {
            "start": 1370235740,
            "stop": 1370237351
        },
        {
            "start": 1370237352,
            "stop": 1370237631
        },
        {
            "start": 1370237633,
            "stop": 1370239160
        },
        {
            "start": 1370239161,
            "stop": 1370239629
        },
        {
            "start": 1370239634,
            "stop": 1370240967
        },
        {
            "start": 1370240969,
            "stop": 1370241479
        },
        {
            "start": 1370241480,
            "stop": 1370243109
        },
        {
            "start": 1370243111,
            "stop": 1370243390
        },
        {
            "start": 1370243391,
            "stop": 1370244842
        },
        {
            "start": 1370244843,
            "stop": 1370244976
        }
    ]
}