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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=64",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 65,
    "results": [
        {
            "start": 816259599,
            "stop": 816259611
        },
        {
            "start": 816259615,
            "stop": 816259911
        },
        {
            "start": 816259914,
            "stop": 816260047
        },
        {
            "start": 816260050,
            "stop": 816260332
        },
        {
            "start": 816260335,
            "stop": 816260971
        },
        {
            "start": 816260976,
            "stop": 816261256
        },
        {
            "start": 816261259,
            "stop": 816261526
        },
        {
            "start": 816261529,
            "stop": 816261974
        },
        {
            "start": 816261977,
            "stop": 816262428
        },
        {
            "start": 816262431,
            "stop": 816262811
        },
        {
            "start": 816262814,
            "stop": 816263458
        },
        {
            "start": 816263461,
            "stop": 816263492
        },
        {
            "start": 816263495,
            "stop": 816263705
        },
        {
            "start": 816263709,
            "stop": 816263726
        },
        {
            "start": 816263729,
            "stop": 816263816
        },
        {
            "start": 816263819,
            "stop": 816264199
        },
        {
            "start": 816264202,
            "stop": 816264393
        },
        {
            "start": 816264397,
            "stop": 816264704
        },
        {
            "start": 816264707,
            "stop": 816265002
        },
        {
            "start": 816265005,
            "stop": 816265229
        }
    ]
}