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=9753
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=9754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9752",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9753,
    "results": [
        {
            "start": 873466935,
            "stop": 873467082
        },
        {
            "start": 873467083,
            "stop": 873467128
        },
        {
            "start": 873467129,
            "stop": 873467137
        },
        {
            "start": 873467138,
            "stop": 873467148
        },
        {
            "start": 873467149,
            "stop": 873467192
        },
        {
            "start": 873467193,
            "stop": 873467197
        },
        {
            "start": 873467198,
            "stop": 873467219
        },
        {
            "start": 873467221,
            "stop": 873467230
        },
        {
            "start": 873467232,
            "stop": 873467235
        },
        {
            "start": 873467237,
            "stop": 873467245
        },
        {
            "start": 873467246,
            "stop": 873467272
        },
        {
            "start": 873467273,
            "stop": 873467276
        },
        {
            "start": 873467277,
            "stop": 873467299
        },
        {
            "start": 873467300,
            "stop": 873467307
        },
        {
            "start": 873467308,
            "stop": 873467324
        },
        {
            "start": 873467325,
            "stop": 873467604
        },
        {
            "start": 873467605,
            "stop": 873467633
        },
        {
            "start": 873467634,
            "stop": 873467757
        },
        {
            "start": 873467758,
            "stop": 873467784
        },
        {
            "start": 873467785,
            "stop": 873467787
        }
    ]
}