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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7095",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7096,
    "results": [
        {
            "start": 874160053,
            "stop": 874160284
        },
        {
            "start": 874160285,
            "stop": 874160526
        },
        {
            "start": 874160527,
            "stop": 874160585
        },
        {
            "start": 874160590,
            "stop": 874160633
        },
        {
            "start": 874160636,
            "stop": 874160701
        },
        {
            "start": 874160702,
            "stop": 874161359
        },
        {
            "start": 874161360,
            "stop": 874161510
        },
        {
            "start": 874161512,
            "stop": 874161704
        },
        {
            "start": 874161705,
            "stop": 874161800
        },
        {
            "start": 874161801,
            "stop": 874162041
        },
        {
            "start": 874162042,
            "stop": 874162083
        },
        {
            "start": 874162084,
            "stop": 874162179
        },
        {
            "start": 874162181,
            "stop": 874162197
        },
        {
            "start": 874162198,
            "stop": 874162218
        },
        {
            "start": 874162219,
            "stop": 874162335
        },
        {
            "start": 874162336,
            "stop": 874162352
        },
        {
            "start": 874162353,
            "stop": 874162478
        },
        {
            "start": 874162479,
            "stop": 874162504
        },
        {
            "start": 874162505,
            "stop": 874162676
        },
        {
            "start": 874162677,
            "stop": 874162744
        }
    ]
}