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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=495",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=493",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 494,
    "results": [
        {
            "start": 1264420958,
            "stop": 1264420992
        },
        {
            "start": 1264420995,
            "stop": 1264421139
        },
        {
            "start": 1264421144,
            "stop": 1264421146
        },
        {
            "start": 1264421148,
            "stop": 1264421259
        },
        {
            "start": 1264421261,
            "stop": 1264421296
        },
        {
            "start": 1264421298,
            "stop": 1264421303
        },
        {
            "start": 1264421305,
            "stop": 1264421463
        },
        {
            "start": 1264421467,
            "stop": 1264421480
        },
        {
            "start": 1264421483,
            "stop": 1264421486
        },
        {
            "start": 1264421490,
            "stop": 1264421504
        },
        {
            "start": 1264421506,
            "stop": 1264421507
        },
        {
            "start": 1264421509,
            "stop": 1264421524
        },
        {
            "start": 1264421529,
            "stop": 1264421532
        },
        {
            "start": 1264421534,
            "stop": 1264421535
        },
        {
            "start": 1264421536,
            "stop": 1264421560
        },
        {
            "start": 1264421561,
            "stop": 1264421564
        },
        {
            "start": 1264421565,
            "stop": 1264421583
        },
        {
            "start": 1264421584,
            "stop": 1264421604
        },
        {
            "start": 1264421605,
            "stop": 1264421607
        },
        {
            "start": 1264421609,
            "stop": 1264421624
        }
    ]
}