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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5843",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5844,
    "results": [
        {
            "start": 874739764,
            "stop": 874739833
        },
        {
            "start": 874739836,
            "stop": 874739912
        },
        {
            "start": 874739915,
            "stop": 874739983
        },
        {
            "start": 874739986,
            "stop": 874740032
        },
        {
            "start": 874740037,
            "stop": 874740045
        },
        {
            "start": 874740048,
            "stop": 874740149
        },
        {
            "start": 874740152,
            "stop": 874740192
        },
        {
            "start": 874740195,
            "stop": 874740203
        },
        {
            "start": 874740206,
            "stop": 874740208
        },
        {
            "start": 874740212,
            "stop": 874740214
        },
        {
            "start": 874740217,
            "stop": 874740218
        },
        {
            "start": 874740221,
            "stop": 874740269
        },
        {
            "start": 874740272,
            "stop": 874740486
        },
        {
            "start": 874740489,
            "stop": 874740496
        },
        {
            "start": 874740499,
            "stop": 874740557
        },
        {
            "start": 874740560,
            "stop": 874740766
        },
        {
            "start": 874740769,
            "stop": 874741061
        },
        {
            "start": 874741064,
            "stop": 874741110
        },
        {
            "start": 874741114,
            "stop": 874741116
        },
        {
            "start": 874741120,
            "stop": 874741157
        }
    ]
}