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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=208",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 209,
    "results": [
        {
            "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
        },
        {
            "start": 821665673,
            "stop": 821665680
        },
        {
            "start": 821665683,
            "stop": 821665688
        },
        {
            "start": 821665691,
            "stop": 821665707
        },
        {
            "start": 821665711,
            "stop": 821665713
        },
        {
            "start": 821665716,
            "stop": 821665734
        }
    ]
}