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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=51",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 52,
    "results": [
        {
            "start": 931253667,
            "stop": 931253670
        },
        {
            "start": 931253672,
            "stop": 931253680
        },
        {
            "start": 931253688,
            "stop": 931253691
        },
        {
            "start": 931253695,
            "stop": 931253696
        },
        {
            "start": 931253700,
            "stop": 931253705
        },
        {
            "start": 931253713,
            "stop": 931253719
        },
        {
            "start": 931253722,
            "stop": 931253725
        },
        {
            "start": 931253730,
            "stop": 931253734
        },
        {
            "start": 931253737,
            "stop": 931253738
        },
        {
            "start": 931253742,
            "stop": 931253757
        },
        {
            "start": 931253759,
            "stop": 931253771
        },
        {
            "start": 931253773,
            "stop": 931253777
        },
        {
            "start": 931253779,
            "stop": 931253791
        },
        {
            "start": 931253793,
            "stop": 931253800
        },
        {
            "start": 931253802,
            "stop": 931253811
        },
        {
            "start": 931253813,
            "stop": 931253816
        },
        {
            "start": 931253820,
            "stop": 931253821
        },
        {
            "start": 931253824,
            "stop": 931253825
        },
        {
            "start": 931253827,
            "stop": 931253867
        },
        {
            "start": 931253869,
            "stop": 931253914
        }
    ]
}