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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7309",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7310,
    "results": [
        {
            "start": 875143352,
            "stop": 875143502
        },
        {
            "start": 875143503,
            "stop": 875143800
        },
        {
            "start": 875143801,
            "stop": 875143944
        },
        {
            "start": 875143945,
            "stop": 875144204
        },
        {
            "start": 875144206,
            "stop": 875144364
        },
        {
            "start": 875144366,
            "stop": 875144520
        },
        {
            "start": 875144521,
            "stop": 875144742
        },
        {
            "start": 875144743,
            "stop": 875144773
        },
        {
            "start": 875144775,
            "stop": 875144960
        },
        {
            "start": 875144962,
            "stop": 875144966
        },
        {
            "start": 875144967,
            "stop": 875145020
        },
        {
            "start": 875145021,
            "stop": 875145094
        },
        {
            "start": 875145095,
            "stop": 875145583
        },
        {
            "start": 875145584,
            "stop": 875145842
        },
        {
            "start": 875145844,
            "stop": 875146125
        },
        {
            "start": 875146126,
            "stop": 875146259
        },
        {
            "start": 875146260,
            "stop": 875146506
        },
        {
            "start": 875146507,
            "stop": 875146717
        },
        {
            "start": 875146718,
            "stop": 875146729
        },
        {
            "start": 875146730,
            "stop": 875146836
        }
    ]
}