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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1877",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1875",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1876,
    "results": [
        {
            "start": 968934808,
            "stop": 968934854
        },
        {
            "start": 968934856,
            "stop": 968935987
        },
        {
            "start": 968935989,
            "stop": 968936406
        },
        {
            "start": 968937379,
            "stop": 968937439
        },
        {
            "start": 968937442,
            "stop": 968937448
        },
        {
            "start": 968937450,
            "stop": 968937454
        },
        {
            "start": 968937456,
            "stop": 968937521
        },
        {
            "start": 968937524,
            "stop": 968937530
        },
        {
            "start": 968937531,
            "stop": 968937555
        },
        {
            "start": 968937557,
            "stop": 968937558
        },
        {
            "start": 968937561,
            "stop": 968938034
        },
        {
            "start": 968939017,
            "stop": 968939029
        },
        {
            "start": 968939031,
            "stop": 968939035
        },
        {
            "start": 968939040,
            "stop": 968939043
        },
        {
            "start": 968939045,
            "stop": 968939052
        },
        {
            "start": 968939055,
            "stop": 968939057
        },
        {
            "start": 968939059,
            "stop": 968939068
        },
        {
            "start": 968939070,
            "stop": 968939075
        },
        {
            "start": 968939080,
            "stop": 968939081
        },
        {
            "start": 968939083,
            "stop": 968939089
        }
    ]
}