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/L1_CW_CAT1/segments?format=api&page=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=141",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 142,
    "results": [
        {
            "start": 835038559,
            "stop": 835039333
        },
        {
            "start": 835040765,
            "stop": 835040856
        },
        {
            "start": 835043666,
            "stop": 835043833
        },
        {
            "start": 835043862,
            "stop": 835043863
        },
        {
            "start": 835043997,
            "stop": 835045573
        },
        {
            "start": 835045600,
            "stop": 835045602
        },
        {
            "start": 835045730,
            "stop": 835055052
        },
        {
            "start": 835056013,
            "stop": 835077792
        },
        {
            "start": 835078252,
            "stop": 835082653
        },
        {
            "start": 835082690,
            "stop": 835082692
        },
        {
            "start": 835084273,
            "stop": 835096573
        },
        {
            "start": 835096615,
            "stop": 835096616
        },
        {
            "start": 835096693,
            "stop": 835102753
        },
        {
            "start": 835104991,
            "stop": 835107013
        },
        {
            "start": 835108661,
            "stop": 835109833
        },
        {
            "start": 835109847,
            "stop": 835109848
        },
        {
            "start": 835111354,
            "stop": 835113810
        },
        {
            "start": 835114339,
            "stop": 835114870
        },
        {
            "start": 835115557,
            "stop": 835117573
        },
        {
            "start": 835117591,
            "stop": 835117593
        }
    ]
}