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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5282",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5283,
    "results": [
        {
            "start": 874830293,
            "stop": 874830598
        },
        {
            "start": 874830606,
            "stop": 874830772
        },
        {
            "start": 874830780,
            "stop": 874830807
        },
        {
            "start": 874830852,
            "stop": 874831720
        },
        {
            "start": 874831731,
            "stop": 874832134
        },
        {
            "start": 874832151,
            "stop": 874832801
        },
        {
            "start": 874832883,
            "stop": 874832895
        },
        {
            "start": 874832929,
            "stop": 874832959
        },
        {
            "start": 874834273,
            "stop": 874834298
        },
        {
            "start": 874834305,
            "stop": 874834351
        },
        {
            "start": 874834359,
            "stop": 874834499
        },
        {
            "start": 874834507,
            "stop": 874834762
        },
        {
            "start": 874834779,
            "stop": 874834814
        },
        {
            "start": 874834853,
            "stop": 874834983
        },
        {
            "start": 874834990,
            "stop": 874835161
        },
        {
            "start": 874835168,
            "stop": 874835260
        },
        {
            "start": 874835317,
            "stop": 874835385
        },
        {
            "start": 874835440,
            "stop": 874835984
        },
        {
            "start": 874835991,
            "stop": 874836696
        },
        {
            "start": 874836704,
            "stop": 874836990
        }
    ]
}