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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1793",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1791",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1792,
    "results": [
        {
            "start": 1249662776,
            "stop": 1249662838
        },
        {
            "start": 1249662841,
            "stop": 1249662928
        },
        {
            "start": 1249662931,
            "stop": 1249662942
        },
        {
            "start": 1249663748,
            "stop": 1249664446
        },
        {
            "start": 1249664449,
            "stop": 1249664461
        },
        {
            "start": 1249664464,
            "stop": 1249665458
        },
        {
            "start": 1249665461,
            "stop": 1249665476
        },
        {
            "start": 1249665478,
            "stop": 1249665632
        },
        {
            "start": 1249665640,
            "stop": 1249665979
        },
        {
            "start": 1249665982,
            "stop": 1249666190
        },
        {
            "start": 1249666193,
            "stop": 1249667054
        },
        {
            "start": 1249667057,
            "stop": 1249667608
        },
        {
            "start": 1249667610,
            "stop": 1249667617
        },
        {
            "start": 1249667619,
            "stop": 1249667670
        },
        {
            "start": 1249667672,
            "stop": 1249668845
        },
        {
            "start": 1249668848,
            "stop": 1249669002
        },
        {
            "start": 1249669005,
            "stop": 1249669048
        },
        {
            "start": 1249669051,
            "stop": 1249669120
        },
        {
            "start": 1249669123,
            "stop": 1249669162
        },
        {
            "start": 1249669170,
            "stop": 1249669467
        }
    ]
}