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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9069",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9070,
    "results": [
        {
            "start": 874502928,
            "stop": 874503221
        },
        {
            "start": 874503238,
            "stop": 874503808
        },
        {
            "start": 874503825,
            "stop": 874505078
        },
        {
            "start": 874505097,
            "stop": 874505487
        },
        {
            "start": 874505506,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874505773
        },
        {
            "start": 874505790,
            "stop": 874505812
        },
        {
            "start": 874505830,
            "stop": 874508800
        },
        {
            "start": 874508821,
            "stop": 874509353
        },
        {
            "start": 874509372,
            "stop": 874512103
        },
        {
            "start": 874512120,
            "stop": 874512919
        },
        {
            "start": 874512936,
            "stop": 874516443
        },
        {
            "start": 874518716,
            "stop": 874518720
        },
        {
            "start": 874518745,
            "stop": 874518750
        },
        {
            "start": 874518768,
            "stop": 874518835
        },
        {
            "start": 874518860,
            "stop": 874518924
        },
        {
            "start": 874518943,
            "stop": 874518955
        },
        {
            "start": 874518972,
            "stop": 874518981
        },
        {
            "start": 874518998,
            "stop": 874519120
        },
        {
            "start": 874519146,
            "stop": 874519299
        }
    ]
}