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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=53",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 54,
    "results": [
        {
            "start": 816445660,
            "stop": 816445675
        },
        {
            "start": 816445679,
            "stop": 816445735
        },
        {
            "start": 816445739,
            "stop": 816445777
        },
        {
            "start": 816445780,
            "stop": 816445781
        },
        {
            "start": 816445791,
            "stop": 816445823
        },
        {
            "start": 816445844,
            "stop": 816445848
        },
        {
            "start": 816445911,
            "stop": 816445912
        },
        {
            "start": 816445918,
            "stop": 816445940
        },
        {
            "start": 816445944,
            "stop": 816445946
        },
        {
            "start": 816445952,
            "stop": 816445959
        },
        {
            "start": 816445966,
            "stop": 816445993
        },
        {
            "start": 816459130,
            "stop": 816459148
        },
        {
            "start": 816459152,
            "stop": 816459164
        },
        {
            "start": 816459167,
            "stop": 816459242
        },
        {
            "start": 816459245,
            "stop": 816459249
        },
        {
            "start": 816459255,
            "stop": 816459269
        },
        {
            "start": 816459272,
            "stop": 816459284
        },
        {
            "start": 816459297,
            "stop": 816459298
        },
        {
            "start": 816459305,
            "stop": 816459307
        },
        {
            "start": 816459312,
            "stop": 816459496
        }
    ]
}