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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=534",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 535,
    "results": [
        {
            "start": 870457560,
            "stop": 870457565
        },
        {
            "start": 870457570,
            "stop": 870457585
        },
        {
            "start": 870457590,
            "stop": 870457612
        },
        {
            "start": 870457613,
            "stop": 870459000
        },
        {
            "start": 870459060,
            "stop": 870465325
        },
        {
            "start": 870465330,
            "stop": 870465352
        },
        {
            "start": 870465358,
            "stop": 870467123
        },
        {
            "start": 870468356,
            "stop": 870468482
        },
        {
            "start": 870468782,
            "stop": 870469007
        },
        {
            "start": 870469015,
            "stop": 870477342
        },
        {
            "start": 870477348,
            "stop": 870477360
        },
        {
            "start": 870477368,
            "stop": 870480572
        },
        {
            "start": 870480578,
            "stop": 870481099
        },
        {
            "start": 870481101,
            "stop": 870500522
        },
        {
            "start": 870500528,
            "stop": 870521525
        },
        {
            "start": 870521727,
            "stop": 870526425
        },
        {
            "start": 870526430,
            "stop": 870526856
        },
        {
            "start": 870527207,
            "stop": 870529020
        },
        {
            "start": 870529028,
            "stop": 870529057
        },
        {
            "start": 870529063,
            "stop": 870534015
        }
    ]
}