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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5170",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5171,
    "results": [
        {
            "start": 874752600,
            "stop": 874752608
        },
        {
            "start": 874752621,
            "stop": 874752648
        },
        {
            "start": 874752655,
            "stop": 874752735
        },
        {
            "start": 874752742,
            "stop": 874752757
        },
        {
            "start": 874752764,
            "stop": 874752882
        },
        {
            "start": 874752890,
            "stop": 874753033
        },
        {
            "start": 874753040,
            "stop": 874753053
        },
        {
            "start": 874753060,
            "stop": 874753109
        },
        {
            "start": 874753116,
            "stop": 874753168
        },
        {
            "start": 874753175,
            "stop": 874753228
        },
        {
            "start": 874753236,
            "stop": 874753352
        },
        {
            "start": 874753359,
            "stop": 874753543
        },
        {
            "start": 874753550,
            "stop": 874753560
        },
        {
            "start": 874753567,
            "stop": 874753606
        },
        {
            "start": 874753613,
            "stop": 874753642
        },
        {
            "start": 874753649,
            "stop": 874753726
        },
        {
            "start": 874753733,
            "stop": 874753753
        },
        {
            "start": 874753765,
            "stop": 874753873
        },
        {
            "start": 874753885,
            "stop": 874754104
        },
        {
            "start": 874754115,
            "stop": 874754193
        }
    ]
}