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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=527",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 528,
    "results": [
        {
            "start": 869305055,
            "stop": 869305059
        },
        {
            "start": 869305061,
            "stop": 869305089
        },
        {
            "start": 869305094,
            "stop": 869305104
        },
        {
            "start": 869305108,
            "stop": 869305111
        },
        {
            "start": 869305112,
            "stop": 869305138
        },
        {
            "start": 869305140,
            "stop": 869305181
        },
        {
            "start": 869305183,
            "stop": 869313990
        },
        {
            "start": 869314640,
            "stop": 869315260
        },
        {
            "start": 869315262,
            "stop": 869317531
        },
        {
            "start": 869317721,
            "stop": 869324533
        },
        {
            "start": 869348390,
            "stop": 869380137
        },
        {
            "start": 869391107,
            "stop": 869391773
        },
        {
            "start": 869391775,
            "stop": 869400756
        },
        {
            "start": 869400757,
            "stop": 869401100
        },
        {
            "start": 869401480,
            "stop": 869406863
        },
        {
            "start": 869406865,
            "stop": 869406951
        },
        {
            "start": 869406953,
            "stop": 869407036
        },
        {
            "start": 869408138,
            "stop": 869412798
        },
        {
            "start": 869412800,
            "stop": 869430042
        },
        {
            "start": 869431241,
            "stop": 869438481
        }
    ]
}