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=1617
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=1618",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1616",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1617,
    "results": [
        {
            "start": 954495264,
            "stop": 954496778
        },
        {
            "start": 954497576,
            "stop": 954498166
        },
        {
            "start": 954498809,
            "stop": 954499410
        },
        {
            "start": 954501675,
            "stop": 954505823
        },
        {
            "start": 954507729,
            "stop": 954517212
        },
        {
            "start": 954517215,
            "stop": 954517638
        },
        {
            "start": 954517642,
            "stop": 954520747
        },
        {
            "start": 954521423,
            "stop": 954521738
        },
        {
            "start": 954521740,
            "stop": 954521793
        },
        {
            "start": 954521794,
            "stop": 954521801
        },
        {
            "start": 954521805,
            "stop": 954521806
        },
        {
            "start": 954521808,
            "stop": 954521837
        },
        {
            "start": 954521838,
            "stop": 954522244
        },
        {
            "start": 954527194,
            "stop": 954533894
        },
        {
            "start": 954534801,
            "stop": 954556505
        },
        {
            "start": 954556508,
            "stop": 954571163
        },
        {
            "start": 954571989,
            "stop": 954577591
        },
        {
            "start": 954580558,
            "stop": 954590519
        },
        {
            "start": 954608214,
            "stop": 954609140
        },
        {
            "start": 954609143,
            "stop": 954609217
        }
    ]
}