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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=264",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 265,
    "results": [
        {
            "start": 851435617,
            "stop": 851437093
        },
        {
            "start": 851437883,
            "stop": 851441712
        },
        {
            "start": 851443633,
            "stop": 851447322
        },
        {
            "start": 851448048,
            "stop": 851454493
        },
        {
            "start": 851454541,
            "stop": 851454542
        },
        {
            "start": 851454733,
            "stop": 851462165
        },
        {
            "start": 851497324,
            "stop": 851498533
        },
        {
            "start": 851498536,
            "stop": 851498538
        },
        {
            "start": 851500059,
            "stop": 851501053
        },
        {
            "start": 851501061,
            "stop": 851501063
        },
        {
            "start": 851501312,
            "stop": 851502373
        },
        {
            "start": 851502402,
            "stop": 851502404
        },
        {
            "start": 851502648,
            "stop": 851502793
        },
        {
            "start": 851564658,
            "stop": 851583193
        },
        {
            "start": 851583211,
            "stop": 851583212
        },
        {
            "start": 851585939,
            "stop": 851613521
        },
        {
            "start": 851614528,
            "stop": 851618893
        },
        {
            "start": 851618920,
            "stop": 851618921
        },
        {
            "start": 851619029,
            "stop": 851619166
        },
        {
            "start": 851619313,
            "stop": 851644566
        }
    ]
}