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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3644",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3645,
    "results": [
        {
            "start": 872506576,
            "stop": 872507519
        },
        {
            "start": 872507536,
            "stop": 872507804
        },
        {
            "start": 872507985,
            "stop": 872508284
        },
        {
            "start": 872508465,
            "stop": 872508584
        },
        {
            "start": 872508765,
            "stop": 872510753
        },
        {
            "start": 872510771,
            "stop": 872511646
        },
        {
            "start": 872511663,
            "stop": 872511780
        },
        {
            "start": 872511840,
            "stop": 872513075
        },
        {
            "start": 872513385,
            "stop": 872513504
        },
        {
            "start": 872513685,
            "stop": 872514212
        },
        {
            "start": 872514215,
            "stop": 872514497
        },
        {
            "start": 872514514,
            "stop": 872514835
        },
        {
            "start": 872514839,
            "stop": 872514944
        },
        {
            "start": 872514984,
            "stop": 872515529
        },
        {
            "start": 872518631,
            "stop": 872519115
        },
        {
            "start": 872519170,
            "stop": 872520720
        },
        {
            "start": 872520780,
            "stop": 872521507
        },
        {
            "start": 872521524,
            "stop": 872522264
        },
        {
            "start": 872522286,
            "stop": 872522319
        },
        {
            "start": 872522341,
            "stop": 872524114
        }
    ]
}