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=5951
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=5952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5950",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5951,
    "results": [
        {
            "start": 875220098,
            "stop": 875220117
        },
        {
            "start": 875220121,
            "stop": 875220122
        },
        {
            "start": 875220125,
            "stop": 875220133
        },
        {
            "start": 875220136,
            "stop": 875220171
        },
        {
            "start": 875220174,
            "stop": 875220180
        },
        {
            "start": 875220184,
            "stop": 875220208
        },
        {
            "start": 875220212,
            "stop": 875220302
        },
        {
            "start": 875220305,
            "stop": 875220337
        },
        {
            "start": 875220340,
            "stop": 875220380
        },
        {
            "start": 875220383,
            "stop": 875220513
        },
        {
            "start": 875220516,
            "stop": 875220526
        },
        {
            "start": 875220532,
            "stop": 875220535
        },
        {
            "start": 875220538,
            "stop": 875220559
        },
        {
            "start": 875220562,
            "stop": 875220582
        },
        {
            "start": 875220586,
            "stop": 875220588
        },
        {
            "start": 875220591,
            "stop": 875220626
        },
        {
            "start": 875220629,
            "stop": 875220635
        },
        {
            "start": 875220639,
            "stop": 875220657
        },
        {
            "start": 875220660,
            "stop": 875220680
        },
        {
            "start": 875220683,
            "stop": 875220684
        }
    ]
}