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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=206",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 207,
    "results": [
        {
            "start": 933996654,
            "stop": 933996682
        },
        {
            "start": 933999363,
            "stop": 934000722
        },
        {
            "start": 934000730,
            "stop": 934001540
        },
        {
            "start": 934001546,
            "stop": 934001553
        },
        {
            "start": 934004537,
            "stop": 934007471
        },
        {
            "start": 934007474,
            "stop": 934007495
        },
        {
            "start": 934007497,
            "stop": 934007504
        },
        {
            "start": 934007506,
            "stop": 934007520
        },
        {
            "start": 934007522,
            "stop": 934007547
        },
        {
            "start": 934007549,
            "stop": 934007552
        },
        {
            "start": 934007555,
            "stop": 934007569
        },
        {
            "start": 934007573,
            "stop": 934011092
        },
        {
            "start": 934011094,
            "stop": 934011101
        },
        {
            "start": 934011104,
            "stop": 934011117
        },
        {
            "start": 934011119,
            "stop": 934011121
        },
        {
            "start": 934011123,
            "stop": 934011146
        },
        {
            "start": 934011149,
            "stop": 934011153
        },
        {
            "start": 934011155,
            "stop": 934011170
        },
        {
            "start": 934011174,
            "stop": 934011340
        },
        {
            "start": 934012338,
            "stop": 934012829
        }
    ]
}