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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 315,
    "results": [
        {
            "start": 1378337249,
            "stop": 1378337278
        },
        {
            "start": 1378337280,
            "stop": 1378338079
        },
        {
            "start": 1378338081,
            "stop": 1378339074
        },
        {
            "start": 1378339076,
            "stop": 1378339450
        },
        {
            "start": 1378339454,
            "stop": 1378343048
        },
        {
            "start": 1378343050,
            "stop": 1378344413
        },
        {
            "start": 1378344415,
            "stop": 1378345321
        },
        {
            "start": 1378345323,
            "stop": 1378346095
        },
        {
            "start": 1378346099,
            "stop": 1378348862
        },
        {
            "start": 1378348865,
            "stop": 1378351649
        },
        {
            "start": 1378351650,
            "stop": 1378354013
        },
        {
            "start": 1378354015,
            "stop": 1378356362
        },
        {
            "start": 1378356363,
            "stop": 1378358436
        },
        {
            "start": 1378358438,
            "stop": 1378358532
        },
        {
            "start": 1378358535,
            "stop": 1378360696
        },
        {
            "start": 1378360698,
            "stop": 1378362687
        },
        {
            "start": 1378362689,
            "stop": 1378363809
        },
        {
            "start": 1378363814,
            "stop": 1378364837
        },
        {
            "start": 1378364839,
            "stop": 1378366791
        },
        {
            "start": 1378366793,
            "stop": 1378369021
        }
    ]
}