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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14078",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14076",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14077,
    "results": [
        {
            "start": 971156830,
            "stop": 971156831
        },
        {
            "start": 971156832,
            "stop": 971156833
        },
        {
            "start": 971156836,
            "stop": 971156841
        },
        {
            "start": 971156844,
            "stop": 971156845
        },
        {
            "start": 971156854,
            "stop": 971156855
        },
        {
            "start": 971156856,
            "stop": 971156863
        },
        {
            "start": 971156867,
            "stop": 971156868
        },
        {
            "start": 971156870,
            "stop": 971156871
        },
        {
            "start": 971156874,
            "stop": 971156877
        },
        {
            "start": 971156884,
            "stop": 971156888
        },
        {
            "start": 971156896,
            "stop": 971156897
        },
        {
            "start": 971156900,
            "stop": 971156903
        },
        {
            "start": 971156904,
            "stop": 971156905
        },
        {
            "start": 971156911,
            "stop": 971156913
        },
        {
            "start": 971156914,
            "stop": 971156915
        },
        {
            "start": 971156917,
            "stop": 971156919
        },
        {
            "start": 971156923,
            "stop": 971156924
        },
        {
            "start": 971156927,
            "stop": 971156929
        },
        {
            "start": 971156930,
            "stop": 971156932
        },
        {
            "start": 971156934,
            "stop": 971156935
        }
    ]
}