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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=312",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 313,
    "results": [
        {
            "start": 869667697,
            "stop": 869667714
        },
        {
            "start": 869667720,
            "stop": 869667723
        },
        {
            "start": 869667736,
            "stop": 869667750
        },
        {
            "start": 869667761,
            "stop": 869667771
        },
        {
            "start": 869667781,
            "stop": 869667790
        },
        {
            "start": 869667800,
            "stop": 869667807
        },
        {
            "start": 869667819,
            "stop": 869667829
        },
        {
            "start": 869667841,
            "stop": 869667854
        },
        {
            "start": 869667860,
            "stop": 869667872
        },
        {
            "start": 869670071,
            "stop": 869720555
        },
        {
            "start": 869725134,
            "stop": 869773232
        },
        {
            "start": 869779285,
            "stop": 869858179
        },
        {
            "start": 869861420,
            "stop": 869868618
        },
        {
            "start": 869869301,
            "stop": 869871429
        },
        {
            "start": 869872091,
            "stop": 869922571
        },
        {
            "start": 869923613,
            "stop": 869929063
        },
        {
            "start": 869953560,
            "stop": 869954358
        },
        {
            "start": 869956192,
            "stop": 869986892
        },
        {
            "start": 869987780,
            "stop": 869992010
        },
        {
            "start": 869993940,
            "stop": 870024090
        }
    ]
}