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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=337",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 338,
    "results": [
        {
            "start": 821751407,
            "stop": 821751409
        },
        {
            "start": 821751421,
            "stop": 821751428
        },
        {
            "start": 821751438,
            "stop": 821751454
        },
        {
            "start": 821751457,
            "stop": 821751462
        },
        {
            "start": 821751465,
            "stop": 821751482
        },
        {
            "start": 821751493,
            "stop": 821751513
        },
        {
            "start": 821751516,
            "stop": 821751530
        },
        {
            "start": 821751533,
            "stop": 821751534
        },
        {
            "start": 821751537,
            "stop": 821751545
        },
        {
            "start": 821751548,
            "stop": 821751550
        },
        {
            "start": 821751553,
            "stop": 821751554
        },
        {
            "start": 821751560,
            "stop": 821751579
        },
        {
            "start": 821751582,
            "stop": 821751593
        },
        {
            "start": 821751599,
            "stop": 821751600
        },
        {
            "start": 821751605,
            "stop": 821751607
        },
        {
            "start": 821751612,
            "stop": 821751622
        },
        {
            "start": 821751625,
            "stop": 821751653
        },
        {
            "start": 821751657,
            "stop": 821751659
        },
        {
            "start": 821751663,
            "stop": 821751666
        },
        {
            "start": 821751671,
            "stop": 821751673
        }
    ]
}