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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=4",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 5,
    "results": [
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816675841
        },
        {
            "start": 816676673,
            "stop": 816693853
        },
        {
            "start": 816697626,
            "stop": 816698564
        },
        {
            "start": 816706743,
            "stop": 816707353
        },
        {
            "start": 816737408,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816749413
        },
        {
            "start": 816750806,
            "stop": 816752822
        },
        {
            "start": 816757833,
            "stop": 816759467
        },
        {
            "start": 816760119,
            "stop": 816769440
        },
        {
            "start": 816771575,
            "stop": 816771673
        },
        {
            "start": 816772426,
            "stop": 816773173
        },
        {
            "start": 816775140,
            "stop": 816775566
        },
        {
            "start": 816776927,
            "stop": 816783793
        },
        {
            "start": 816790398,
            "stop": 816792104
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825793
        },
        {
            "start": 816827265,
            "stop": 816830653
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816851504
        }
    ]
}