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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3774",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3775,
    "results": [
        {
            "start": 874282677,
            "stop": 874283071
        },
        {
            "start": 874283088,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874283854
        },
        {
            "start": 874283871,
            "stop": 874283994
        },
        {
            "start": 874284011,
            "stop": 874286100
        },
        {
            "start": 874286160,
            "stop": 874287242
        },
        {
            "start": 874287259,
            "stop": 874287820
        },
        {
            "start": 874287837,
            "stop": 874287991
        },
        {
            "start": 874288008,
            "stop": 874288740
        },
        {
            "start": 874288860,
            "stop": 874288939
        },
        {
            "start": 874288956,
            "stop": 874291797
        },
        {
            "start": 874291814,
            "stop": 874292355
        },
        {
            "start": 874292372,
            "stop": 874293949
        },
        {
            "start": 874293966,
            "stop": 874294586
        },
        {
            "start": 874294603,
            "stop": 874295070
        },
        {
            "start": 874295130,
            "stop": 874295820
        },
        {
            "start": 874295880,
            "stop": 874297871
        },
        {
            "start": 874297888,
            "stop": 874299120
        },
        {
            "start": 874299180,
            "stop": 874300688
        },
        {
            "start": 874300707,
            "stop": 874302570
        }
    ]
}