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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29307",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29308,
    "results": [
        {
            "start": 971181768,
            "stop": 971181777
        },
        {
            "start": 971181779,
            "stop": 971181780
        },
        {
            "start": 971181798,
            "stop": 971181799
        },
        {
            "start": 971181803,
            "stop": 971181806
        },
        {
            "start": 971181808,
            "stop": 971181812
        },
        {
            "start": 971181829,
            "stop": 971181830
        },
        {
            "start": 971181834,
            "stop": 971181835
        },
        {
            "start": 971181839,
            "stop": 971181841
        },
        {
            "start": 971181845,
            "stop": 971181854
        },
        {
            "start": 971181858,
            "stop": 971181861
        },
        {
            "start": 971181864,
            "stop": 971181865
        },
        {
            "start": 971181866,
            "stop": 971181867
        },
        {
            "start": 971181869,
            "stop": 971181871
        },
        {
            "start": 971181872,
            "stop": 971181873
        },
        {
            "start": 971181874,
            "stop": 971181875
        },
        {
            "start": 971181876,
            "stop": 971181877
        },
        {
            "start": 971181881,
            "stop": 971181883
        },
        {
            "start": 971181886,
            "stop": 971181887
        },
        {
            "start": 971181889,
            "stop": 971181891
        },
        {
            "start": 971181892,
            "stop": 971181893
        }
    ]
}