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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=192",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 193,
    "results": [
        {
            "start": 816849277,
            "stop": 816849289
        },
        {
            "start": 816849295,
            "stop": 816849296
        },
        {
            "start": 816849304,
            "stop": 816849346
        },
        {
            "start": 816849351,
            "stop": 816849412
        },
        {
            "start": 816849420,
            "stop": 816849434
        },
        {
            "start": 816849438,
            "stop": 816849440
        },
        {
            "start": 816849446,
            "stop": 816849448
        },
        {
            "start": 816849451,
            "stop": 816849470
        },
        {
            "start": 816849476,
            "stop": 816849497
        },
        {
            "start": 816849503,
            "stop": 816849505
        },
        {
            "start": 816849511,
            "stop": 816849512
        },
        {
            "start": 816849520,
            "stop": 816849606
        },
        {
            "start": 816849611,
            "stop": 816849612
        },
        {
            "start": 816849620,
            "stop": 816849622
        },
        {
            "start": 816849627,
            "stop": 816849641
        },
        {
            "start": 816849646,
            "stop": 816849648
        },
        {
            "start": 816849654,
            "stop": 816849655
        },
        {
            "start": 816849661,
            "stop": 816849700
        },
        {
            "start": 816849704,
            "stop": 816849707
        },
        {
            "start": 816849712,
            "stop": 816849724
        }
    ]
}