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=842
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=843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=841",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 842,
    "results": [
        {
            "start": 864074591,
            "stop": 864074711
        },
        {
            "start": 864076041,
            "stop": 864076101
        },
        {
            "start": 864076252,
            "stop": 864076372
        },
        {
            "start": 864110466,
            "stop": 864111546
        },
        {
            "start": 864113012,
            "stop": 864118082
        },
        {
            "start": 864118232,
            "stop": 864119522
        },
        {
            "start": 864119822,
            "stop": 864121112
        },
        {
            "start": 864121262,
            "stop": 864123632
        },
        {
            "start": 864123835,
            "stop": 864127495
        },
        {
            "start": 864131823,
            "stop": 864131883
        },
        {
            "start": 864133045,
            "stop": 864133225
        },
        {
            "start": 864136226,
            "stop": 864136286
        },
        {
            "start": 864138656,
            "stop": 864138716
        },
        {
            "start": 864141495,
            "stop": 864141675
        },
        {
            "start": 864141971,
            "stop": 864142811
        },
        {
            "start": 864142974,
            "stop": 864143154
        },
        {
            "start": 864143318,
            "stop": 864143678
        },
        {
            "start": 864149016,
            "stop": 864149076
        },
        {
            "start": 864154339,
            "stop": 864154459
        },
        {
            "start": 864156233,
            "stop": 864156413
        }
    ]
}