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/S6/timelines/H1_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/S6/timelines/H1_CW_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=141",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 142,
    "results": [
        {
            "start": 953964972,
            "stop": 953964982
        },
        {
            "start": 953964997,
            "stop": 953965000
        },
        {
            "start": 953965020,
            "stop": 953965112
        },
        {
            "start": 953965118,
            "stop": 953965203
        },
        {
            "start": 953965209,
            "stop": 953965219
        },
        {
            "start": 953965223,
            "stop": 953965242
        },
        {
            "start": 953965247,
            "stop": 953965598
        },
        {
            "start": 953965606,
            "stop": 953965703
        },
        {
            "start": 953965707,
            "stop": 953965723
        },
        {
            "start": 953978947,
            "stop": 953981217
        },
        {
            "start": 953997580,
            "stop": 953998545
        },
        {
            "start": 954016251,
            "stop": 954023304
        },
        {
            "start": 954023308,
            "stop": 954023320
        },
        {
            "start": 954023324,
            "stop": 954023334
        },
        {
            "start": 954023337,
            "stop": 954025319
        },
        {
            "start": 954026234,
            "stop": 954026355
        },
        {
            "start": 954032920,
            "stop": 954053092
        },
        {
            "start": 954057145,
            "stop": 954075884
        },
        {
            "start": 954093895,
            "stop": 954094666
        },
        {
            "start": 954096392,
            "stop": 954096509
        }
    ]
}