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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=39",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 40,
    "results": [
        {
            "start": 821474164,
            "stop": 821477413
        },
        {
            "start": 821479289,
            "stop": 821480143
        },
        {
            "start": 821481175,
            "stop": 821485084
        },
        {
            "start": 821485528,
            "stop": 821496285
        },
        {
            "start": 821497024,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821507972
        },
        {
            "start": 821508012,
            "stop": 821508335
        },
        {
            "start": 821508338,
            "stop": 821508403
        },
        {
            "start": 821508406,
            "stop": 821509758
        },
        {
            "start": 821509761,
            "stop": 821509833
        },
        {
            "start": 821509836,
            "stop": 821509893
        },
        {
            "start": 821509896,
            "stop": 821509964
        },
        {
            "start": 821509967,
            "stop": 821510353
        },
        {
            "start": 821510356,
            "stop": 821511915
        },
        {
            "start": 821511918,
            "stop": 821513353
        },
        {
            "start": 821514501,
            "stop": 821520093
        },
        {
            "start": 821520096,
            "stop": 821522563
        },
        {
            "start": 821522566,
            "stop": 821529832
        },
        {
            "start": 821529836,
            "stop": 821537579
        }
    ]
}