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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 59,
    "results": [
        {
            "start": 931262100,
            "stop": 931262124
        },
        {
            "start": 931262126,
            "stop": 931262129
        },
        {
            "start": 931262131,
            "stop": 931263379
        },
        {
            "start": 931263380,
            "stop": 931265385
        },
        {
            "start": 931265387,
            "stop": 931266415
        },
        {
            "start": 931266417,
            "stop": 931266443
        },
        {
            "start": 931266447,
            "stop": 931267851
        },
        {
            "start": 931267852,
            "stop": 931267861
        },
        {
            "start": 931267863,
            "stop": 931267877
        },
        {
            "start": 931267879,
            "stop": 931267905
        },
        {
            "start": 931267907,
            "stop": 931267920
        },
        {
            "start": 931267924,
            "stop": 931267925
        },
        {
            "start": 931267927,
            "stop": 931267930
        },
        {
            "start": 931267938,
            "stop": 931267939
        },
        {
            "start": 931267947,
            "stop": 931267967
        },
        {
            "start": 931267971,
            "stop": 931267980
        },
        {
            "start": 931267984,
            "stop": 931267986
        },
        {
            "start": 931267988,
            "stop": 931267989
        },
        {
            "start": 931270026,
            "stop": 931270029
        },
        {
            "start": 931270030,
            "stop": 931270039
        }
    ]
}