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=911
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=912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=910",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 911,
    "results": [
        {
            "start": 867926659,
            "stop": 867940579
        },
        {
            "start": 867940929,
            "stop": 867940989
        },
        {
            "start": 867941276,
            "stop": 867942116
        },
        {
            "start": 867942280,
            "stop": 867949300
        },
        {
            "start": 867949525,
            "stop": 867955885
        },
        {
            "start": 867955915,
            "stop": 867956545
        },
        {
            "start": 867958966,
            "stop": 867963466
        },
        {
            "start": 867967560,
            "stop": 867968460
        },
        {
            "start": 867968693,
            "stop": 867970643
        },
        {
            "start": 867970793,
            "stop": 867984953
        },
        {
            "start": 867985179,
            "stop": 867987879
        },
        {
            "start": 867988325,
            "stop": 867991955
        },
        {
            "start": 867992045,
            "stop": 867994505
        },
        {
            "start": 867994705,
            "stop": 867998125
        },
        {
            "start": 868000186,
            "stop": 868007986
        },
        {
            "start": 868008203,
            "stop": 868009583
        },
        {
            "start": 868009736,
            "stop": 868013696
        },
        {
            "start": 868013833,
            "stop": 868015633
        },
        {
            "start": 868015783,
            "stop": 868018873
        },
        {
            "start": 868019161,
            "stop": 868020001
        }
    ]
}