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=745
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=746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=744",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 745,
    "results": [
        {
            "start": 855794807,
            "stop": 855795707
        },
        {
            "start": 855795870,
            "stop": 855796530
        },
        {
            "start": 855796717,
            "stop": 855797677
        },
        {
            "start": 855797767,
            "stop": 855797827
        },
        {
            "start": 855797857,
            "stop": 855798697
        },
        {
            "start": 855799005,
            "stop": 855799245
        },
        {
            "start": 855799415,
            "stop": 855800255
        },
        {
            "start": 855800404,
            "stop": 855801484
        },
        {
            "start": 855801625,
            "stop": 855802045
        },
        {
            "start": 855802075,
            "stop": 855802225
        },
        {
            "start": 855802582,
            "stop": 855802642
        },
        {
            "start": 855802947,
            "stop": 855803097
        },
        {
            "start": 855803598,
            "stop": 855804498
        },
        {
            "start": 855804651,
            "stop": 855805281
        },
        {
            "start": 855805431,
            "stop": 855806121
        },
        {
            "start": 855806702,
            "stop": 855807242
        },
        {
            "start": 855807405,
            "stop": 855807705
        },
        {
            "start": 855807874,
            "stop": 855807964
        },
        {
            "start": 855807994,
            "stop": 855808054
        },
        {
            "start": 855808203,
            "stop": 855808563
        }
    ]
}