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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10038",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10039,
    "results": [
        {
            "start": 872592364,
            "stop": 872592551
        },
        {
            "start": 872592587,
            "stop": 872592990
        },
        {
            "start": 872593026,
            "stop": 872593096
        },
        {
            "start": 872593205,
            "stop": 872593214
        },
        {
            "start": 872593268,
            "stop": 872593373
        },
        {
            "start": 872593409,
            "stop": 872593428
        },
        {
            "start": 872593476,
            "stop": 872593531
        },
        {
            "start": 872593615,
            "stop": 872593697
        },
        {
            "start": 872593737,
            "stop": 872593771
        },
        {
            "start": 872593807,
            "stop": 872593905
        },
        {
            "start": 872593971,
            "stop": 872594030
        },
        {
            "start": 872594066,
            "stop": 872594542
        },
        {
            "start": 872594619,
            "stop": 872595026
        },
        {
            "start": 872595133,
            "stop": 872595160
        },
        {
            "start": 872595250,
            "stop": 872595263
        },
        {
            "start": 872595349,
            "stop": 872595366
        },
        {
            "start": 872595455,
            "stop": 872595517
        },
        {
            "start": 872595553,
            "stop": 872595588
        },
        {
            "start": 872595624,
            "stop": 872595779
        },
        {
            "start": 872595815,
            "stop": 872595891
        }
    ]
}