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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=158",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 159,
    "results": [
        {
            "start": 816778691,
            "stop": 816778854
        },
        {
            "start": 816778859,
            "stop": 816778861
        },
        {
            "start": 816778866,
            "stop": 816778933
        },
        {
            "start": 816778938,
            "stop": 816779056
        },
        {
            "start": 816779059,
            "stop": 816779076
        },
        {
            "start": 816779079,
            "stop": 816779200
        },
        {
            "start": 816779203,
            "stop": 816779299
        },
        {
            "start": 816779303,
            "stop": 816779306
        },
        {
            "start": 816779311,
            "stop": 816779313
        },
        {
            "start": 816779317,
            "stop": 816779321
        },
        {
            "start": 816779326,
            "stop": 816779337
        },
        {
            "start": 816779345,
            "stop": 816779354
        },
        {
            "start": 816779357,
            "stop": 816779441
        },
        {
            "start": 816779444,
            "stop": 816779511
        },
        {
            "start": 816779515,
            "stop": 816779517
        },
        {
            "start": 816779564,
            "stop": 816779567
        },
        {
            "start": 816779571,
            "stop": 816779574
        },
        {
            "start": 816779578,
            "stop": 816779668
        },
        {
            "start": 816779672,
            "stop": 816779679
        },
        {
            "start": 816779686,
            "stop": 816779696
        }
    ]
}