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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=122",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 123,
    "results": [
        {
            "start": 931454687,
            "stop": 931454688
        },
        {
            "start": 931454692,
            "stop": 931454693
        },
        {
            "start": 931454695,
            "stop": 931454696
        },
        {
            "start": 931454700,
            "stop": 931454726
        },
        {
            "start": 931454727,
            "stop": 931454741
        },
        {
            "start": 931454745,
            "stop": 931454749
        },
        {
            "start": 931454750,
            "stop": 931454753
        },
        {
            "start": 931454755,
            "stop": 931454756
        },
        {
            "start": 931454759,
            "stop": 931454766
        },
        {
            "start": 931454771,
            "stop": 931454777
        },
        {
            "start": 931454778,
            "stop": 931454793
        },
        {
            "start": 931454795,
            "stop": 931454798
        },
        {
            "start": 931454800,
            "stop": 931454801
        },
        {
            "start": 931454805,
            "stop": 931454811
        },
        {
            "start": 931454813,
            "stop": 931454821
        },
        {
            "start": 931454823,
            "stop": 931454824
        },
        {
            "start": 931454825,
            "stop": 931454827
        },
        {
            "start": 931454832,
            "stop": 931454833
        },
        {
            "start": 931454835,
            "stop": 931454847
        },
        {
            "start": 931454849,
            "stop": 931454852
        }
    ]
}