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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=808",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=806",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 807,
    "results": [
        {
            "start": 1268685500,
            "stop": 1268685746
        },
        {
            "start": 1268685749,
            "stop": 1268685843
        },
        {
            "start": 1268685848,
            "stop": 1268685851
        },
        {
            "start": 1268685854,
            "stop": 1268685858
        },
        {
            "start": 1268685860,
            "stop": 1268685872
        },
        {
            "start": 1268685876,
            "stop": 1268686482
        },
        {
            "start": 1268686484,
            "stop": 1268687396
        },
        {
            "start": 1268687398,
            "stop": 1268687603
        },
        {
            "start": 1268687606,
            "stop": 1268688022
        },
        {
            "start": 1268688023,
            "stop": 1268688612
        },
        {
            "start": 1268688615,
            "stop": 1268689748
        },
        {
            "start": 1268689750,
            "stop": 1268690184
        },
        {
            "start": 1268690189,
            "stop": 1268690277
        },
        {
            "start": 1268690279,
            "stop": 1268690307
        },
        {
            "start": 1268690309,
            "stop": 1268690512
        },
        {
            "start": 1268690514,
            "stop": 1268690607
        },
        {
            "start": 1268690610,
            "stop": 1268690631
        },
        {
            "start": 1268690633,
            "stop": 1268690653
        },
        {
            "start": 1268690657,
            "stop": 1268690696
        },
        {
            "start": 1268690701,
            "stop": 1268691217
        }
    ]
}