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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46858",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46859,
    "results": [
        {
            "start": 875143157,
            "stop": 875143190
        },
        {
            "start": 875143191,
            "stop": 875143268
        },
        {
            "start": 875143269,
            "stop": 875143281
        },
        {
            "start": 875143283,
            "stop": 875143289
        },
        {
            "start": 875143292,
            "stop": 875143306
        },
        {
            "start": 875143308,
            "stop": 875143322
        },
        {
            "start": 875143325,
            "stop": 875143327
        },
        {
            "start": 875143328,
            "stop": 875143329
        },
        {
            "start": 875143330,
            "stop": 875143350
        },
        {
            "start": 875143352,
            "stop": 875143367
        },
        {
            "start": 875143368,
            "stop": 875143462
        },
        {
            "start": 875143465,
            "stop": 875143502
        },
        {
            "start": 875143503,
            "stop": 875143510
        },
        {
            "start": 875143513,
            "stop": 875143550
        },
        {
            "start": 875143551,
            "stop": 875143569
        },
        {
            "start": 875143570,
            "stop": 875143659
        },
        {
            "start": 875143660,
            "stop": 875143702
        },
        {
            "start": 875143703,
            "stop": 875143717
        },
        {
            "start": 875143720,
            "stop": 875143769
        },
        {
            "start": 875143770,
            "stop": 875143800
        }
    ]
}