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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=196",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 197,
    "results": [
        {
            "start": 842817960,
            "stop": 842821897
        },
        {
            "start": 842822438,
            "stop": 842823586
        },
        {
            "start": 842824270,
            "stop": 842825833
        },
        {
            "start": 842826640,
            "stop": 842832905
        },
        {
            "start": 842834428,
            "stop": 842857895
        },
        {
            "start": 842858344,
            "stop": 842899309
        },
        {
            "start": 842899313,
            "stop": 842900113
        },
        {
            "start": 842901356,
            "stop": 842907836
        },
        {
            "start": 842908750,
            "stop": 842910973
        },
        {
            "start": 842912618,
            "stop": 842915620
        },
        {
            "start": 842917067,
            "stop": 842917196
        },
        {
            "start": 842921718,
            "stop": 842922595
        },
        {
            "start": 842924511,
            "stop": 842924929
        },
        {
            "start": 842924933,
            "stop": 842928244
        },
        {
            "start": 842929003,
            "stop": 842967493
        },
        {
            "start": 842968301,
            "stop": 842972951
        },
        {
            "start": 842975106,
            "stop": 842981113
        },
        {
            "start": 842982781,
            "stop": 842986069
        },
        {
            "start": 842986774,
            "stop": 842988967
        },
        {
            "start": 842989684,
            "stop": 842994493
        }
    ]
}