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/H1_STOCH_CAT2_H1L1/segments?format=api&page=823
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=822",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 823,
    "results": [
        {
            "start": 860113422,
            "stop": 860115582
        },
        {
            "start": 860115612,
            "stop": 860115672
        },
        {
            "start": 860115702,
            "stop": 860115762
        },
        {
            "start": 860115792,
            "stop": 860120802
        },
        {
            "start": 860121005,
            "stop": 860126075
        },
        {
            "start": 860126225,
            "stop": 860134685
        },
        {
            "start": 860136227,
            "stop": 860149607
        },
        {
            "start": 860150561,
            "stop": 860151101
        },
        {
            "start": 860151131,
            "stop": 860151401
        },
        {
            "start": 860151695,
            "stop": 860151875
        },
        {
            "start": 860152166,
            "stop": 860152346
        },
        {
            "start": 860152507,
            "stop": 860152627
        },
        {
            "start": 860152920,
            "stop": 860152980
        },
        {
            "start": 860153198,
            "stop": 860154518
        },
        {
            "start": 860154691,
            "stop": 860157931
        },
        {
            "start": 860160371,
            "stop": 860160941
        },
        {
            "start": 860160971,
            "stop": 860161031
        },
        {
            "start": 860161218,
            "stop": 860161398
        },
        {
            "start": 860161578,
            "stop": 860162388
        },
        {
            "start": 860162718,
            "stop": 860163198
        }
    ]
}