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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5249",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5247",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5248,
    "results": [
        {
            "start": 1137058717,
            "stop": 1137058719
        },
        {
            "start": 1137058721,
            "stop": 1137058784
        },
        {
            "start": 1137058786,
            "stop": 1137058803
        },
        {
            "start": 1137058805,
            "stop": 1137058862
        },
        {
            "start": 1137058866,
            "stop": 1137058880
        },
        {
            "start": 1137058881,
            "stop": 1137058970
        },
        {
            "start": 1137058973,
            "stop": 1137058986
        },
        {
            "start": 1137058988,
            "stop": 1137058990
        },
        {
            "start": 1137058992,
            "stop": 1137059068
        },
        {
            "start": 1137059072,
            "stop": 1137059083
        },
        {
            "start": 1137059085,
            "stop": 1137059088
        },
        {
            "start": 1137059090,
            "stop": 1137059133
        },
        {
            "start": 1137059135,
            "stop": 1137059155
        },
        {
            "start": 1137059156,
            "stop": 1137059183
        },
        {
            "start": 1137059185,
            "stop": 1137059200
        },
        {
            "start": 1137059202,
            "stop": 1137059257
        },
        {
            "start": 1137059259,
            "stop": 1137059260
        },
        {
            "start": 1137059261,
            "stop": 1137059303
        },
        {
            "start": 1137059305,
            "stop": 1137059311
        },
        {
            "start": 1137059313,
            "stop": 1137059332
        }
    ]
}