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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=29",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 30,
    "results": [
        {
            "start": 818185745,
            "stop": 818187706
        },
        {
            "start": 818188130,
            "stop": 818233753
        },
        {
            "start": 818233754,
            "stop": 818238909
        },
        {
            "start": 818240044,
            "stop": 818261221
        },
        {
            "start": 818262273,
            "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
        },
        {
            "start": 818286087,
            "stop": 818286190
        },
        {
            "start": 818286193,
            "stop": 818286256
        },
        {
            "start": 818286259,
            "stop": 818286350
        },
        {
            "start": 818286353,
            "stop": 818286409
        },
        {
            "start": 818286412,
            "stop": 818286653
        },
        {
            "start": 818287404,
            "stop": 818288030
        }
    ]
}