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=1012
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=1013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1011",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1012,
    "results": [
        {
            "start": 871566458,
            "stop": 871566638
        },
        {
            "start": 871567794,
            "stop": 871568034
        },
        {
            "start": 871568196,
            "stop": 871573836
        },
        {
            "start": 871574018,
            "stop": 871576058
        },
        {
            "start": 871576504,
            "stop": 871582684
        },
        {
            "start": 871582826,
            "stop": 871586246
        },
        {
            "start": 871586306,
            "stop": 871586666
        },
        {
            "start": 871587108,
            "stop": 871590168
        },
        {
            "start": 871590228,
            "stop": 871591128
        },
        {
            "start": 871591962,
            "stop": 871595562
        },
        {
            "start": 871595789,
            "stop": 871596209
        },
        {
            "start": 871596299,
            "stop": 871596989
        },
        {
            "start": 871599605,
            "stop": 871601465
        },
        {
            "start": 871601611,
            "stop": 871609231
        },
        {
            "start": 871609383,
            "stop": 871611573
        },
        {
            "start": 871611723,
            "stop": 871613313
        },
        {
            "start": 871613463,
            "stop": 871615083
        },
        {
            "start": 871615242,
            "stop": 871617402
        },
        {
            "start": 871617581,
            "stop": 871619201
        },
        {
            "start": 871622478,
            "stop": 871624638
        }
    ]
}