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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=78",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 79,
    "results": [
        {
            "start": 816579423,
            "stop": 816580058
        },
        {
            "start": 816580062,
            "stop": 816581353
        },
        {
            "start": 816582145,
            "stop": 816587921
        },
        {
            "start": 816587926,
            "stop": 816591417
        },
        {
            "start": 816591421,
            "stop": 816592384
        },
        {
            "start": 816592389,
            "stop": 816592450
        },
        {
            "start": 816592455,
            "stop": 816593481
        },
        {
            "start": 816593510,
            "stop": 816593713
        },
        {
            "start": 816600198,
            "stop": 816600206
        },
        {
            "start": 816600213,
            "stop": 816600227
        },
        {
            "start": 816600234,
            "stop": 816600248
        },
        {
            "start": 816600258,
            "stop": 816600307
        },
        {
            "start": 816600317,
            "stop": 816600362
        },
        {
            "start": 816600371,
            "stop": 816600468
        },
        {
            "start": 816600478,
            "stop": 816600501
        },
        {
            "start": 816600508,
            "stop": 816600526
        },
        {
            "start": 816600545,
            "stop": 816600551
        },
        {
            "start": 816600561,
            "stop": 816600567
        },
        {
            "start": 816600570,
            "stop": 816600572
        },
        {
            "start": 816600579,
            "stop": 816600580
        }
    ]
}