Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33295
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33294",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33295,
    "results": [
        {
            "start": 971007441,
            "stop": 971007442
        },
        {
            "start": 971007443,
            "stop": 971007449
        },
        {
            "start": 971007450,
            "stop": 971007464
        },
        {
            "start": 971007467,
            "stop": 971007480
        },
        {
            "start": 971007483,
            "stop": 971007499
        },
        {
            "start": 971007500,
            "stop": 971007504
        },
        {
            "start": 971007507,
            "stop": 971007508
        },
        {
            "start": 971007510,
            "stop": 971007512
        },
        {
            "start": 971007513,
            "stop": 971007538
        },
        {
            "start": 971007541,
            "stop": 971007545
        },
        {
            "start": 971007546,
            "stop": 971007553
        },
        {
            "start": 971007555,
            "stop": 971007574
        },
        {
            "start": 971007575,
            "stop": 971007598
        },
        {
            "start": 971007600,
            "stop": 971007606
        },
        {
            "start": 971007607,
            "stop": 971007617
        },
        {
            "start": 971007618,
            "stop": 971007619
        },
        {
            "start": 971007620,
            "stop": 971007628
        },
        {
            "start": 971007631,
            "stop": 971007635
        },
        {
            "start": 971007636,
            "stop": 971007653
        },
        {
            "start": 971007656,
            "stop": 971007664
        }
    ]
}