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=793
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=794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=792",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 793,
    "results": [
        {
            "start": 861036044,
            "stop": 861037304
        },
        {
            "start": 861037628,
            "stop": 861037688
        },
        {
            "start": 861037952,
            "stop": 861038132
        },
        {
            "start": 861039899,
            "stop": 861040019
        },
        {
            "start": 861040327,
            "stop": 861040507
        },
        {
            "start": 861040727,
            "stop": 861040787
        },
        {
            "start": 861045905,
            "stop": 861046025
        },
        {
            "start": 861046322,
            "stop": 861046442
        },
        {
            "start": 861048097,
            "stop": 861048217
        },
        {
            "start": 861048616,
            "stop": 861048676
        },
        {
            "start": 861048832,
            "stop": 861048952
        },
        {
            "start": 861050099,
            "stop": 861050279
        },
        {
            "start": 861050495,
            "stop": 861050795
        },
        {
            "start": 861050950,
            "stop": 861051490
        },
        {
            "start": 861051669,
            "stop": 861051909
        },
        {
            "start": 861052488,
            "stop": 861052668
        },
        {
            "start": 861052954,
            "stop": 861053194
        },
        {
            "start": 861053369,
            "stop": 861053429
        },
        {
            "start": 861053627,
            "stop": 861053687
        },
        {
            "start": 861053815,
            "stop": 861054115
        }
    ]
}