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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1791",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1789",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1790,
    "results": [
        {
            "start": 959598565,
            "stop": 959598581
        },
        {
            "start": 959598583,
            "stop": 959599159
        },
        {
            "start": 959599161,
            "stop": 959599364
        },
        {
            "start": 959601835,
            "stop": 959602516
        },
        {
            "start": 959602518,
            "stop": 959602890
        },
        {
            "start": 959602894,
            "stop": 959602936
        },
        {
            "start": 959602938,
            "stop": 959603026
        },
        {
            "start": 959603028,
            "stop": 959603115
        },
        {
            "start": 959603117,
            "stop": 959603174
        },
        {
            "start": 959603177,
            "stop": 959603214
        },
        {
            "start": 959603216,
            "stop": 959603268
        },
        {
            "start": 959603271,
            "stop": 959603655
        },
        {
            "start": 959603657,
            "stop": 959604496
        },
        {
            "start": 959604498,
            "stop": 959604560
        },
        {
            "start": 959604562,
            "stop": 959604779
        },
        {
            "start": 959604782,
            "stop": 959604787
        },
        {
            "start": 959604791,
            "stop": 959604850
        },
        {
            "start": 959604854,
            "stop": 959604877
        },
        {
            "start": 959604879,
            "stop": 959604881
        },
        {
            "start": 959604883,
            "stop": 959604891
        }
    ]
}