Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=308
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=307",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 308,
    "results": [
        {
            "start": 866448711,
            "stop": 866468963
        },
        {
            "start": 866472021,
            "stop": 866475453
        },
        {
            "start": 866475620,
            "stop": 866477573
        },
        {
            "start": 866490322,
            "stop": 866490903
        },
        {
            "start": 866491013,
            "stop": 866491177
        },
        {
            "start": 866491774,
            "stop": 866497401
        },
        {
            "start": 866501767,
            "stop": 866504664
        },
        {
            "start": 866505650,
            "stop": 866506674
        },
        {
            "start": 866506777,
            "stop": 866518280
        },
        {
            "start": 866518282,
            "stop": 866524470
        },
        {
            "start": 866524770,
            "stop": 866524782
        },
        {
            "start": 866524892,
            "stop": 866525188
        },
        {
            "start": 866525488,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866567579
        },
        {
            "start": 866567689,
            "stop": 866568774
        },
        {
            "start": 866569074,
            "stop": 866569530
        },
        {
            "start": 866569976,
            "stop": 866571131
        },
        {
            "start": 866571757,
            "stop": 866571794
        },
        {
            "start": 866572113,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        }
    ]
}