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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=165",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 166,
    "results": [
        {
            "start": 818081594,
            "stop": 818081595
        },
        {
            "start": 818081599,
            "stop": 818081600
        },
        {
            "start": 818081606,
            "stop": 818081611
        },
        {
            "start": 818081614,
            "stop": 818081615
        },
        {
            "start": 818081619,
            "stop": 818081621
        },
        {
            "start": 818081627,
            "stop": 818081629
        },
        {
            "start": 818081633,
            "stop": 818081636
        },
        {
            "start": 818081643,
            "stop": 818081645
        },
        {
            "start": 818081650,
            "stop": 818081653
        },
        {
            "start": 818081656,
            "stop": 818081657
        },
        {
            "start": 818081666,
            "stop": 818081669
        },
        {
            "start": 818081681,
            "stop": 818081682
        },
        {
            "start": 818081697,
            "stop": 818081698
        },
        {
            "start": 818081710,
            "stop": 818081711
        },
        {
            "start": 818081715,
            "stop": 818081718
        },
        {
            "start": 818081760,
            "stop": 818081761
        },
        {
            "start": 818081779,
            "stop": 818081780
        },
        {
            "start": 818081790,
            "stop": 818081791
        },
        {
            "start": 818081796,
            "stop": 818081798
        },
        {
            "start": 818081806,
            "stop": 818081809
        }
    ]
}