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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=185",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 186,
    "results": [
        {
            "start": 816845512,
            "stop": 816845513
        },
        {
            "start": 816845520,
            "stop": 816845521
        },
        {
            "start": 816845525,
            "stop": 816845635
        },
        {
            "start": 816845639,
            "stop": 816845640
        },
        {
            "start": 816845643,
            "stop": 816845646
        },
        {
            "start": 816845651,
            "stop": 816845653
        },
        {
            "start": 816845658,
            "stop": 816845659
        },
        {
            "start": 816845666,
            "stop": 816845667
        },
        {
            "start": 816845671,
            "stop": 816845699
        },
        {
            "start": 816845705,
            "stop": 816845753
        },
        {
            "start": 816845757,
            "stop": 816845812
        },
        {
            "start": 816845817,
            "stop": 816845841
        },
        {
            "start": 816845847,
            "stop": 816845848
        },
        {
            "start": 816845853,
            "stop": 816845854
        },
        {
            "start": 816845859,
            "stop": 816845947
        },
        {
            "start": 816845952,
            "stop": 816846003
        },
        {
            "start": 816846008,
            "stop": 816846009
        },
        {
            "start": 816846015,
            "stop": 816846096
        },
        {
            "start": 816846102,
            "stop": 816846103
        },
        {
            "start": 816846113,
            "stop": 816846140
        }
    ]
}