Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1972
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1973",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1971",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1972,
    "results": [
        {
            "start": 1253417259,
            "stop": 1253417323
        },
        {
            "start": 1253417326,
            "stop": 1253417358
        },
        {
            "start": 1253417361,
            "stop": 1253417401
        },
        {
            "start": 1253417404,
            "stop": 1253417441
        },
        {
            "start": 1253417444,
            "stop": 1253417561
        },
        {
            "start": 1253417564,
            "stop": 1253417587
        },
        {
            "start": 1253417590,
            "stop": 1253417597
        },
        {
            "start": 1253417600,
            "stop": 1253417607
        },
        {
            "start": 1253417610,
            "stop": 1253417616
        },
        {
            "start": 1253417619,
            "stop": 1253417623
        },
        {
            "start": 1253417626,
            "stop": 1253417630
        },
        {
            "start": 1253417633,
            "stop": 1253417634
        },
        {
            "start": 1253417637,
            "stop": 1253417694
        },
        {
            "start": 1253417697,
            "stop": 1253417717
        },
        {
            "start": 1253417720,
            "stop": 1253417782
        },
        {
            "start": 1253417785,
            "stop": 1253417846
        },
        {
            "start": 1253417849,
            "stop": 1253417880
        },
        {
            "start": 1253417883,
            "stop": 1253417900
        },
        {
            "start": 1253417903,
            "stop": 1253417923
        },
        {
            "start": 1253417926,
            "stop": 1253417966
        }
    ]
}