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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7020",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7021,
    "results": [
        {
            "start": 873988733,
            "stop": 873988737
        },
        {
            "start": 873988740,
            "stop": 873989940
        },
        {
            "start": 873989947,
            "stop": 873989959
        },
        {
            "start": 873989962,
            "stop": 873989964
        },
        {
            "start": 873989967,
            "stop": 873991848
        },
        {
            "start": 873991851,
            "stop": 873991853
        },
        {
            "start": 873991856,
            "stop": 873992060
        },
        {
            "start": 873992063,
            "stop": 873992101
        },
        {
            "start": 873992104,
            "stop": 873992358
        },
        {
            "start": 873992361,
            "stop": 873992970
        },
        {
            "start": 873994383,
            "stop": 873994543
        },
        {
            "start": 873994549,
            "stop": 873994576
        },
        {
            "start": 873994579,
            "stop": 873994584
        },
        {
            "start": 873994588,
            "stop": 873994601
        },
        {
            "start": 873994604,
            "stop": 873994618
        },
        {
            "start": 873994621,
            "stop": 873994661
        },
        {
            "start": 873994664,
            "stop": 873994718
        },
        {
            "start": 873994721,
            "stop": 873994725
        },
        {
            "start": 873994739,
            "stop": 873994740
        },
        {
            "start": 873994743,
            "stop": 873994746
        }
    ]
}