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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=325",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 326,
    "results": [
        {
            "start": 870030460,
            "stop": 870030785
        },
        {
            "start": 870031049,
            "stop": 870031314
        },
        {
            "start": 870031391,
            "stop": 870031409
        },
        {
            "start": 870031488,
            "stop": 870031574
        },
        {
            "start": 870031834,
            "stop": 870033884
        },
        {
            "start": 870034186,
            "stop": 870038404
        },
        {
            "start": 870040300,
            "stop": 870046092
        },
        {
            "start": 870046418,
            "stop": 870052047
        },
        {
            "start": 870052201,
            "stop": 870058000
        },
        {
            "start": 870058300,
            "stop": 870058416
        },
        {
            "start": 870058716,
            "stop": 870059852
        },
        {
            "start": 870065090,
            "stop": 870067988
        },
        {
            "start": 870068098,
            "stop": 870068155
        },
        {
            "start": 870068455,
            "stop": 870071463
        },
        {
            "start": 870071573,
            "stop": 870071623
        },
        {
            "start": 870071923,
            "stop": 870085716
        },
        {
            "start": 870085717,
            "stop": 870103232
        },
        {
            "start": 870103773,
            "stop": 870105274
        },
        {
            "start": 870105574,
            "stop": 870110613
        },
        {
            "start": 870110716,
            "stop": 870122292
        }
    ]
}