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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=112",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 113,
    "results": [
        {
            "start": 818174513,
            "stop": 818179837
        },
        {
            "start": 818180720,
            "stop": 818181714
        },
        {
            "start": 818185745,
            "stop": 818187706
        },
        {
            "start": 818188130,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818233753
        },
        {
            "start": 818233754,
            "stop": 818238909
        },
        {
            "start": 818240044,
            "stop": 818253102
        },
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818261221
        },
        {
            "start": 818262273,
            "stop": 818266004
        },
        {
            "start": 818266007,
            "stop": 818267296
        },
        {
            "start": 818267856,
            "stop": 818284380
        },
        {
            "start": 818284383,
            "stop": 818284487
        },
        {
            "start": 818284490,
            "stop": 818284560
        },
        {
            "start": 818284563,
            "stop": 818284723
        },
        {
            "start": 818284726,
            "stop": 818285675
        },
        {
            "start": 818285676,
            "stop": 818285840
        },
        {
            "start": 818285843,
            "stop": 818285902
        },
        {
            "start": 818285906,
            "stop": 818286009
        },
        {
            "start": 818286012,
            "stop": 818286084
        }
    ]
}