Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=195
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=194",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 195,
    "results": [
        {
            "start": 821665431,
            "stop": 821665434
        },
        {
            "start": 821665437,
            "stop": 821665450
        },
        {
            "start": 821665453,
            "stop": 821665454
        },
        {
            "start": 821665457,
            "stop": 821665459
        },
        {
            "start": 821665465,
            "stop": 821665482
        },
        {
            "start": 821665485,
            "stop": 821665502
        },
        {
            "start": 821665505,
            "stop": 821665527
        },
        {
            "start": 821665532,
            "stop": 821665554
        },
        {
            "start": 821665557,
            "stop": 821665564
        },
        {
            "start": 821665567,
            "stop": 821665581
        },
        {
            "start": 821665584,
            "stop": 821665586
        },
        {
            "start": 821665589,
            "stop": 821665594
        },
        {
            "start": 821665600,
            "stop": 821665601
        },
        {
            "start": 821665604,
            "stop": 821665606
        },
        {
            "start": 821665609,
            "stop": 821665624
        },
        {
            "start": 821665628,
            "stop": 821665632
        },
        {
            "start": 821665635,
            "stop": 821665638
        },
        {
            "start": 821665644,
            "stop": 821665658
        },
        {
            "start": 821665662,
            "stop": 821665666
        },
        {
            "start": 821665669,
            "stop": 821665670
        }
    ]
}