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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=658",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=656",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 657,
    "results": [
        {
            "start": 1248094369,
            "stop": 1248094920
        },
        {
            "start": 1248094924,
            "stop": 1248096468
        },
        {
            "start": 1248096473,
            "stop": 1248097972
        },
        {
            "start": 1248097977,
            "stop": 1248102960
        },
        {
            "start": 1248102964,
            "stop": 1248103762
        },
        {
            "start": 1248103765,
            "stop": 1248108621
        },
        {
            "start": 1248108624,
            "stop": 1248112330
        },
        {
            "start": 1248112335,
            "stop": 1248115435
        },
        {
            "start": 1248115443,
            "stop": 1248115576
        },
        {
            "start": 1248115580,
            "stop": 1248120023
        },
        {
            "start": 1248120027,
            "stop": 1248121388
        },
        {
            "start": 1248121389,
            "stop": 1248122806
        },
        {
            "start": 1248122808,
            "stop": 1248123638
        },
        {
            "start": 1248130246,
            "stop": 1248130838
        },
        {
            "start": 1248130842,
            "stop": 1248131548
        },
        {
            "start": 1248131552,
            "stop": 1248132284
        },
        {
            "start": 1248132287,
            "stop": 1248132387
        },
        {
            "start": 1248132392,
            "stop": 1248133236
        },
        {
            "start": 1248133240,
            "stop": 1248133425
        },
        {
            "start": 1248133428,
            "stop": 1248135292
        }
    ]
}