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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 46,
    "results": [
        {
            "start": 1370175859,
            "stop": 1370177281
        },
        {
            "start": 1370177286,
            "stop": 1370177529
        },
        {
            "start": 1370177531,
            "stop": 1370178000
        },
        {
            "start": 1370185937,
            "stop": 1370186225
        },
        {
            "start": 1370186227,
            "stop": 1370188411
        },
        {
            "start": 1370188413,
            "stop": 1370189299
        },
        {
            "start": 1370189301,
            "stop": 1370190647
        },
        {
            "start": 1370190649,
            "stop": 1370191484
        },
        {
            "start": 1370191486,
            "stop": 1370192804
        },
        {
            "start": 1370192805,
            "stop": 1370193535
        },
        {
            "start": 1370193536,
            "stop": 1370194902
        },
        {
            "start": 1370194904,
            "stop": 1370195749
        },
        {
            "start": 1370195751,
            "stop": 1370196790
        },
        {
            "start": 1370196795,
            "stop": 1370196870
        },
        {
            "start": 1370196872,
            "stop": 1370197712
        },
        {
            "start": 1370197714,
            "stop": 1370198008
        },
        {
            "start": 1370198010,
            "stop": 1370199244
        },
        {
            "start": 1370199246,
            "stop": 1370200074
        },
        {
            "start": 1370200075,
            "stop": 1370201158
        },
        {
            "start": 1370201160,
            "stop": 1370201938
        }
    ]
}