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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=24",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 25,
    "results": [
        {
            "start": 818120231,
            "stop": 818144802
        },
        {
            "start": 818145398,
            "stop": 818160970
        },
        {
            "start": 818164301,
            "stop": 818172504
        },
        {
            "start": 818174513,
            "stop": 818179837
        },
        {
            "start": 818180720,
            "stop": 818181714
        },
        {
            "start": 818185336,
            "stop": 818185345
        },
        {
            "start": 818185745,
            "stop": 818187706
        },
        {
            "start": 818188130,
            "stop": 818238909
        },
        {
            "start": 818240044,
            "stop": 818261221
        },
        {
            "start": 818262273,
            "stop": 818267296
        },
        {
            "start": 818267856,
            "stop": 818286653
        },
        {
            "start": 818287404,
            "stop": 818291385
        },
        {
            "start": 818291785,
            "stop": 818322171
        },
        {
            "start": 818323797,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326197
        },
        {
            "start": 818327623,
            "stop": 818338642
        },
        {
            "start": 818339647,
            "stop": 818342836
        },
        {
            "start": 818344969,
            "stop": 818345466
        },
        {
            "start": 818345966,
            "stop": 818346476
        },
        {
            "start": 818348535,
            "stop": 818351923
        }
    ]
}