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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=787",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 788,
    "results": [
        {
            "start": 873026371,
            "stop": 873026375
        },
        {
            "start": 873026379,
            "stop": 873026388
        },
        {
            "start": 873026396,
            "stop": 873026400
        },
        {
            "start": 873026407,
            "stop": 873026412
        },
        {
            "start": 873026418,
            "stop": 873026426
        },
        {
            "start": 873026431,
            "stop": 873026437
        },
        {
            "start": 873026444,
            "stop": 873026449
        },
        {
            "start": 873026456,
            "stop": 873026460
        },
        {
            "start": 873026466,
            "stop": 873026472
        },
        {
            "start": 873026479,
            "stop": 873026483
        },
        {
            "start": 873026491,
            "stop": 873026495
        },
        {
            "start": 873026503,
            "stop": 873026507
        },
        {
            "start": 873026515,
            "stop": 873026519
        },
        {
            "start": 873026523,
            "stop": 873026531
        },
        {
            "start": 873026539,
            "stop": 873026544
        },
        {
            "start": 873026551,
            "stop": 873026556
        },
        {
            "start": 873026564,
            "stop": 873026568
        },
        {
            "start": 873026576,
            "stop": 873026579
        },
        {
            "start": 873026585,
            "stop": 873026591
        },
        {
            "start": 873026600,
            "stop": 873026605
        }
    ]
}