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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=237",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 238,
    "results": [
        {
            "start": 931462521,
            "stop": 931462529
        },
        {
            "start": 931462532,
            "stop": 931462533
        },
        {
            "start": 931462535,
            "stop": 931462539
        },
        {
            "start": 931462541,
            "stop": 931462549
        },
        {
            "start": 931462551,
            "stop": 931462564
        },
        {
            "start": 931462566,
            "stop": 931462571
        },
        {
            "start": 931462573,
            "stop": 931462586
        },
        {
            "start": 931462589,
            "stop": 931462597
        },
        {
            "start": 931462599,
            "stop": 931462608
        },
        {
            "start": 931462612,
            "stop": 931462614
        },
        {
            "start": 931462617,
            "stop": 931462623
        },
        {
            "start": 931462625,
            "stop": 931462640
        },
        {
            "start": 931462644,
            "stop": 931462658
        },
        {
            "start": 931462660,
            "stop": 931462674
        },
        {
            "start": 931462676,
            "stop": 931462683
        },
        {
            "start": 931462685,
            "stop": 931462687
        },
        {
            "start": 931462689,
            "stop": 931462698
        },
        {
            "start": 931462700,
            "stop": 931462703
        },
        {
            "start": 931462705,
            "stop": 931462717
        },
        {
            "start": 931462719,
            "stop": 931462742
        }
    ]
}