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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=85",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 86,
    "results": [
        {
            "start": 818062590,
            "stop": 818062591
        },
        {
            "start": 818062601,
            "stop": 818062611
        },
        {
            "start": 818062621,
            "stop": 818062629
        },
        {
            "start": 818062674,
            "stop": 818062681
        },
        {
            "start": 818062729,
            "stop": 818062733
        },
        {
            "start": 818062757,
            "stop": 818062763
        },
        {
            "start": 818062788,
            "stop": 818062795
        },
        {
            "start": 818062815,
            "stop": 818062818
        },
        {
            "start": 818062834,
            "stop": 818062844
        },
        {
            "start": 818062867,
            "stop": 818062873
        },
        {
            "start": 818062883,
            "stop": 818062886
        },
        {
            "start": 818062896,
            "stop": 818062897
        },
        {
            "start": 818062905,
            "stop": 818062907
        },
        {
            "start": 818062921,
            "stop": 818062923
        },
        {
            "start": 818062949,
            "stop": 818062950
        },
        {
            "start": 818062958,
            "stop": 818062963
        },
        {
            "start": 818062980,
            "stop": 818062981
        },
        {
            "start": 818062990,
            "stop": 818062992
        },
        {
            "start": 818063001,
            "stop": 818063002
        },
        {
            "start": 818063017,
            "stop": 818063029
        }
    ]
}