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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=180",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 181,
    "results": [
        {
            "start": 932988423,
            "stop": 932988427
        },
        {
            "start": 932988512,
            "stop": 932988517
        },
        {
            "start": 932988622,
            "stop": 932988628
        },
        {
            "start": 932989919,
            "stop": 932989924
        },
        {
            "start": 932993893,
            "stop": 932993956
        },
        {
            "start": 932993975,
            "stop": 932993986
        },
        {
            "start": 932994015,
            "stop": 932994147
        },
        {
            "start": 932994166,
            "stop": 932994280
        },
        {
            "start": 932994285,
            "stop": 932994333
        },
        {
            "start": 932994352,
            "stop": 932994496
        },
        {
            "start": 932994515,
            "stop": 932994535
        },
        {
            "start": 932994554,
            "stop": 932994576
        },
        {
            "start": 932994577,
            "stop": 932994678
        },
        {
            "start": 932994697,
            "stop": 932994779
        },
        {
            "start": 932994816,
            "stop": 932994879
        },
        {
            "start": 932994898,
            "stop": 932994922
        },
        {
            "start": 932994941,
            "stop": 932994943
        },
        {
            "start": 932994962,
            "stop": 932994989
        },
        {
            "start": 932995008,
            "stop": 932995205
        },
        {
            "start": 932995210,
            "stop": 932995292
        }
    ]
}