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=887
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=888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=886",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 887,
    "results": [
        {
            "start": 866444319,
            "stop": 866444409
        },
        {
            "start": 866444559,
            "stop": 866444829
        },
        {
            "start": 866444949,
            "stop": 866445009
        },
        {
            "start": 866445069,
            "stop": 866445129
        },
        {
            "start": 866445339,
            "stop": 866445399
        },
        {
            "start": 866445519,
            "stop": 866445579
        },
        {
            "start": 866445759,
            "stop": 866445879
        },
        {
            "start": 866446029,
            "stop": 866446239
        },
        {
            "start": 866446689,
            "stop": 866447109
        },
        {
            "start": 866447259,
            "stop": 866447679
        },
        {
            "start": 866447799,
            "stop": 866447859
        },
        {
            "start": 866448009,
            "stop": 866448099
        },
        {
            "start": 866448429,
            "stop": 866448489
        },
        {
            "start": 866448519,
            "stop": 866448579
        },
        {
            "start": 866448609,
            "stop": 866448669
        },
        {
            "start": 866448729,
            "stop": 866448849
        },
        {
            "start": 866449329,
            "stop": 866450199
        },
        {
            "start": 866450229,
            "stop": 866450289
        },
        {
            "start": 866450379,
            "stop": 866450529
        },
        {
            "start": 866450709,
            "stop": 866450799
        }
    ]
}