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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=142",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 143,
    "results": [
        {
            "start": 816842372,
            "stop": 816842489
        },
        {
            "start": 816842495,
            "stop": 816842497
        },
        {
            "start": 816842503,
            "stop": 816842504
        },
        {
            "start": 816842513,
            "stop": 816842581
        },
        {
            "start": 816842586,
            "stop": 816842590
        },
        {
            "start": 816842605,
            "stop": 816842610
        },
        {
            "start": 816842627,
            "stop": 816842634
        },
        {
            "start": 816842640,
            "stop": 816842656
        },
        {
            "start": 816842660,
            "stop": 816842696
        },
        {
            "start": 816842703,
            "stop": 816842813
        },
        {
            "start": 816842817,
            "stop": 816842818
        },
        {
            "start": 816842832,
            "stop": 816842833
        },
        {
            "start": 816842837,
            "stop": 816842870
        },
        {
            "start": 816842875,
            "stop": 816842891
        },
        {
            "start": 816842896,
            "stop": 816842898
        },
        {
            "start": 816842906,
            "stop": 816843009
        },
        {
            "start": 816843012,
            "stop": 816843016
        },
        {
            "start": 816843020,
            "stop": 816843079
        },
        {
            "start": 816843083,
            "stop": 816843087
        },
        {
            "start": 816843091,
            "stop": 816843117
        }
    ]
}