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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=207",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 208,
    "results": [
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848289139,
            "stop": 848290230
        },
        {
            "start": 848290290,
            "stop": 848302477
        },
        {
            "start": 848302494,
            "stop": 848302822
        },
        {
            "start": 848302932,
            "stop": 848304517
        },
        {
            "start": 848304817,
            "stop": 848304874
        },
        {
            "start": 848304898,
            "stop": 848305020
        },
        {
            "start": 848305038,
            "stop": 848307592
        },
        {
            "start": 848307610,
            "stop": 848307767
        },
        {
            "start": 848307785,
            "stop": 848307901
        },
        {
            "start": 848307921,
            "stop": 848308006
        },
        {
            "start": 848308024,
            "stop": 848308039
        },
        {
            "start": 848308067,
            "stop": 848308399
        },
        {
            "start": 848308416,
            "stop": 848308503
        },
        {
            "start": 848308520,
            "stop": 848308568
        },
        {
            "start": 848308650,
            "stop": 848308657
        },
        {
            "start": 848308689,
            "stop": 848308703
        },
        {
            "start": 848308735,
            "stop": 848308763
        },
        {
            "start": 848308780,
            "stop": 848308789
        },
        {
            "start": 848308830,
            "stop": 848308918
        }
    ]
}