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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=22",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 23,
    "results": [
        {
            "start": 1404329629,
            "stop": 1404342072
        },
        {
            "start": 1404347117,
            "stop": 1404353927
        },
        {
            "start": 1404354473,
            "stop": 1404359854
        },
        {
            "start": 1404360231,
            "stop": 1404373432
        },
        {
            "start": 1404373936,
            "stop": 1404374022
        },
        {
            "start": 1404374388,
            "stop": 1404376967
        },
        {
            "start": 1404377250,
            "stop": 1404380389
        },
        {
            "start": 1404380681,
            "stop": 1404386573
        },
        {
            "start": 1404386835,
            "stop": 1404391730
        },
        {
            "start": 1404392078,
            "stop": 1404403295
        },
        {
            "start": 1404403649,
            "stop": 1404416470
        },
        {
            "start": 1404416857,
            "stop": 1404418831
        },
        {
            "start": 1404419319,
            "stop": 1404419336
        },
        {
            "start": 1404422744,
            "stop": 1404430955
        },
        {
            "start": 1404431264,
            "stop": 1404434307
        },
        {
            "start": 1404434874,
            "stop": 1404436101
        },
        {
            "start": 1404436590,
            "stop": 1404448570
        },
        {
            "start": 1404448859,
            "stop": 1404450485
        },
        {
            "start": 1404450867,
            "stop": 1404451093
        },
        {
            "start": 1404451422,
            "stop": 1404451571
        }
    ]
}