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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5094",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5092",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5093,
    "results": [
        {
            "start": 1135872514,
            "stop": 1135872529
        },
        {
            "start": 1135872531,
            "stop": 1135872539
        },
        {
            "start": 1135872541,
            "stop": 1135872725
        },
        {
            "start": 1135872727,
            "stop": 1135872729
        },
        {
            "start": 1135872731,
            "stop": 1135872813
        },
        {
            "start": 1135872815,
            "stop": 1135872976
        },
        {
            "start": 1135872978,
            "stop": 1135873096
        },
        {
            "start": 1135873098,
            "stop": 1135873310
        },
        {
            "start": 1135873312,
            "stop": 1135873445
        },
        {
            "start": 1135873447,
            "stop": 1135873631
        },
        {
            "start": 1135873633,
            "stop": 1135873636
        },
        {
            "start": 1135873638,
            "stop": 1135873641
        },
        {
            "start": 1135873643,
            "stop": 1135873647
        },
        {
            "start": 1135873649,
            "stop": 1135873660
        },
        {
            "start": 1135873662,
            "stop": 1135873684
        },
        {
            "start": 1135873686,
            "stop": 1135873691
        },
        {
            "start": 1135873693,
            "stop": 1135873720
        },
        {
            "start": 1135873722,
            "stop": 1135873857
        },
        {
            "start": 1135873859,
            "stop": 1135873860
        },
        {
            "start": 1135873862,
            "stop": 1135873961
        }
    ]
}