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_H1L1/segments?format=api&page=139
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_H1L1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=138",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 139,
    "results": [
        {
            "start": 822620286,
            "stop": 822621006
        },
        {
            "start": 822621174,
            "stop": 822621294
        },
        {
            "start": 822621534,
            "stop": 822621654
        },
        {
            "start": 822621804,
            "stop": 822622194
        },
        {
            "start": 822622443,
            "stop": 822623403
        },
        {
            "start": 822623555,
            "stop": 822624935
        },
        {
            "start": 822625196,
            "stop": 822625316
        },
        {
            "start": 822625549,
            "stop": 822625639
        },
        {
            "start": 822626157,
            "stop": 822626217
        },
        {
            "start": 822626923,
            "stop": 822629203
        },
        {
            "start": 822631747,
            "stop": 822632287
        },
        {
            "start": 822632437,
            "stop": 822632797
        },
        {
            "start": 822632917,
            "stop": 822633427
        },
        {
            "start": 822633607,
            "stop": 822634387
        },
        {
            "start": 822637613,
            "stop": 822637913
        },
        {
            "start": 822638329,
            "stop": 822639529
        },
        {
            "start": 822639720,
            "stop": 822639780
        },
        {
            "start": 822639978,
            "stop": 822640518
        },
        {
            "start": 822640811,
            "stop": 822641591
        },
        {
            "start": 822642028,
            "stop": 822643828
        }
    ]
}