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=4742
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=4743",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4741",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4742,
    "results": [
        {
            "start": 970179150,
            "stop": 970179159
        },
        {
            "start": 970179185,
            "stop": 970179194
        },
        {
            "start": 970179215,
            "stop": 970179368
        },
        {
            "start": 970179371,
            "stop": 970180490
        },
        {
            "start": 970180493,
            "stop": 970180659
        },
        {
            "start": 970180662,
            "stop": 970180816
        },
        {
            "start": 970180819,
            "stop": 970180996
        },
        {
            "start": 970180999,
            "stop": 970181315
        },
        {
            "start": 970181318,
            "stop": 970181362
        },
        {
            "start": 970181365,
            "stop": 970182390
        },
        {
            "start": 970182393,
            "stop": 970182699
        },
        {
            "start": 970182716,
            "stop": 970183075
        },
        {
            "start": 970183078,
            "stop": 970183267
        },
        {
            "start": 970183270,
            "stop": 970184080
        },
        {
            "start": 970184083,
            "stop": 970184460
        },
        {
            "start": 970184463,
            "stop": 970184805
        },
        {
            "start": 970184808,
            "stop": 970186875
        },
        {
            "start": 970186878,
            "stop": 970187905
        },
        {
            "start": 970187908,
            "stop": 970188547
        },
        {
            "start": 970188550,
            "stop": 970188688
        }
    ]
}