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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=66",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 67,
    "results": [
        {
            "start": 817758826,
            "stop": 817758839
        },
        {
            "start": 817758842,
            "stop": 817758934
        },
        {
            "start": 817758937,
            "stop": 817758940
        },
        {
            "start": 817758943,
            "stop": 817760815
        },
        {
            "start": 817760818,
            "stop": 817760831
        },
        {
            "start": 817760834,
            "stop": 817760928
        },
        {
            "start": 817760931,
            "stop": 817761153
        },
        {
            "start": 817761156,
            "stop": 817765845
        },
        {
            "start": 817765848,
            "stop": 817766979
        },
        {
            "start": 817766982,
            "stop": 817766988
        },
        {
            "start": 817766992,
            "stop": 817768546
        },
        {
            "start": 817768549,
            "stop": 817768589
        },
        {
            "start": 817768592,
            "stop": 817769326
        },
        {
            "start": 817771268,
            "stop": 817771337
        },
        {
            "start": 817771340,
            "stop": 817771524
        },
        {
            "start": 817771527,
            "stop": 817771777
        },
        {
            "start": 817773011,
            "stop": 817773666
        },
        {
            "start": 817773669,
            "stop": 817773673
        },
        {
            "start": 817773676,
            "stop": 817773680
        },
        {
            "start": 817773683,
            "stop": 817773698
        }
    ]
}