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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=317",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 318,
    "results": [
        {
            "start": 855818604,
            "stop": 855862444
        },
        {
            "start": 855863749,
            "stop": 855864860
        },
        {
            "start": 855865787,
            "stop": 855865804
        },
        {
            "start": 855865809,
            "stop": 855866055
        },
        {
            "start": 855866059,
            "stop": 855866622
        },
        {
            "start": 855866625,
            "stop": 855866736
        },
        {
            "start": 855866745,
            "stop": 855866923
        },
        {
            "start": 855866927,
            "stop": 855867168
        },
        {
            "start": 855867172,
            "stop": 855867409
        },
        {
            "start": 855867412,
            "stop": 855867434
        },
        {
            "start": 855867438,
            "stop": 855867453
        },
        {
            "start": 855867456,
            "stop": 855867467
        },
        {
            "start": 855867476,
            "stop": 855867698
        },
        {
            "start": 855867947,
            "stop": 855867981
        },
        {
            "start": 855867985,
            "stop": 855867996
        },
        {
            "start": 855868029,
            "stop": 855868413
        },
        {
            "start": 855868417,
            "stop": 855868423
        },
        {
            "start": 855868427,
            "stop": 855868700
        },
        {
            "start": 855868710,
            "stop": 855868726
        },
        {
            "start": 855868729,
            "stop": 855868741
        }
    ]
}