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=9779
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=9780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9778",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9779,
    "results": [
        {
            "start": 873728944,
            "stop": 873728951
        },
        {
            "start": 873728953,
            "stop": 873728995
        },
        {
            "start": 873728996,
            "stop": 873729094
        },
        {
            "start": 873729095,
            "stop": 873729152
        },
        {
            "start": 873729154,
            "stop": 873729155
        },
        {
            "start": 873729161,
            "stop": 873729162
        },
        {
            "start": 873729166,
            "stop": 873729169
        },
        {
            "start": 873729171,
            "stop": 873729172
        },
        {
            "start": 873729173,
            "stop": 873729175
        },
        {
            "start": 873729177,
            "stop": 873729482
        },
        {
            "start": 873729487,
            "stop": 873729852
        },
        {
            "start": 873730023,
            "stop": 873731633
        },
        {
            "start": 873731634,
            "stop": 873731888
        },
        {
            "start": 873731889,
            "stop": 873731894
        },
        {
            "start": 873731895,
            "stop": 873731921
        },
        {
            "start": 873731923,
            "stop": 873731935
        },
        {
            "start": 873731936,
            "stop": 873731941
        },
        {
            "start": 873731942,
            "stop": 873731944
        },
        {
            "start": 873731945,
            "stop": 873731948
        },
        {
            "start": 873731949,
            "stop": 873731956
        }
    ]
}