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=1871
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=1872",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1870",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1871,
    "results": [
        {
            "start": 1250845931,
            "stop": 1250847279
        },
        {
            "start": 1250847281,
            "stop": 1250848099
        },
        {
            "start": 1250848101,
            "stop": 1250848511
        },
        {
            "start": 1250848514,
            "stop": 1250848649
        },
        {
            "start": 1250848657,
            "stop": 1250848768
        },
        {
            "start": 1250848837,
            "stop": 1250849102
        },
        {
            "start": 1250849105,
            "stop": 1250850429
        },
        {
            "start": 1250850432,
            "stop": 1250851334
        },
        {
            "start": 1250851337,
            "stop": 1250852715
        },
        {
            "start": 1250852717,
            "stop": 1250853870
        },
        {
            "start": 1250853872,
            "stop": 1250856747
        },
        {
            "start": 1250856749,
            "stop": 1250858738
        },
        {
            "start": 1250858741,
            "stop": 1250865788
        },
        {
            "start": 1250865790,
            "stop": 1250866669
        },
        {
            "start": 1250866672,
            "stop": 1250867590
        },
        {
            "start": 1250867593,
            "stop": 1250871199
        },
        {
            "start": 1250871202,
            "stop": 1250871232
        },
        {
            "start": 1250871234,
            "stop": 1250871401
        },
        {
            "start": 1250871404,
            "stop": 1250871813
        },
        {
            "start": 1250871816,
            "stop": 1250871853
        }
    ]
}