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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=102",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 103,
    "results": [
        {
            "start": 820655079,
            "stop": 820655439
        },
        {
            "start": 820655618,
            "stop": 820655678
        },
        {
            "start": 820656030,
            "stop": 820656150
        },
        {
            "start": 820656291,
            "stop": 820656411
        },
        {
            "start": 820656706,
            "stop": 820656766
        },
        {
            "start": 820656912,
            "stop": 820657092
        },
        {
            "start": 820657273,
            "stop": 820658113
        },
        {
            "start": 820659756,
            "stop": 820660056
        },
        {
            "start": 820660146,
            "stop": 820660836
        },
        {
            "start": 820661183,
            "stop": 820662173
        },
        {
            "start": 820662347,
            "stop": 820663847
        },
        {
            "start": 820664030,
            "stop": 820664330
        },
        {
            "start": 820664490,
            "stop": 820665270
        },
        {
            "start": 820665625,
            "stop": 820666705
        },
        {
            "start": 820666872,
            "stop": 820667772
        },
        {
            "start": 820667918,
            "stop": 820668638
        },
        {
            "start": 820668799,
            "stop": 820670059
        },
        {
            "start": 820670237,
            "stop": 820670537
        },
        {
            "start": 820670712,
            "stop": 820671402
        },
        {
            "start": 820671588,
            "stop": 820671948
        }
    ]
}