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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=654",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 655,
    "results": [
        {
            "start": 855908878,
            "stop": 855938839
        },
        {
            "start": 855938856,
            "stop": 855943446
        },
        {
            "start": 855944815,
            "stop": 855949022
        },
        {
            "start": 855949813,
            "stop": 855953342
        },
        {
            "start": 855954822,
            "stop": 855954979
        },
        {
            "start": 856006144,
            "stop": 856006410
        },
        {
            "start": 856009275,
            "stop": 856022431
        },
        {
            "start": 856053671,
            "stop": 856057923
        },
        {
            "start": 856058524,
            "stop": 856067902
        },
        {
            "start": 856070598,
            "stop": 856072110
        },
        {
            "start": 856072170,
            "stop": 856075783
        },
        {
            "start": 856076306,
            "stop": 856105823
        },
        {
            "start": 856106848,
            "stop": 856122690
        },
        {
            "start": 856122810,
            "stop": 856127010
        },
        {
            "start": 856127160,
            "stop": 856127730
        },
        {
            "start": 856128417,
            "stop": 856129200
        },
        {
            "start": 856129217,
            "stop": 856130955
        },
        {
            "start": 856130961,
            "stop": 856131410
        },
        {
            "start": 856131554,
            "stop": 856132450
        },
        {
            "start": 856132641,
            "stop": 856133539
        }
    ]
}