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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=76",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 77,
    "results": [
        {
            "start": 825348158,
            "stop": 825348295
        },
        {
            "start": 825348296,
            "stop": 825348969
        },
        {
            "start": 825377545,
            "stop": 825378170
        },
        {
            "start": 825378171,
            "stop": 825378313
        },
        {
            "start": 825383243,
            "stop": 825384416
        },
        {
            "start": 825384448,
            "stop": 825385824
        },
        {
            "start": 825385856,
            "stop": 825386092
        },
        {
            "start": 825394976,
            "stop": 825400420
        },
        {
            "start": 825401433,
            "stop": 825409632
        },
        {
            "start": 825409664,
            "stop": 825415200
        },
        {
            "start": 825415232,
            "stop": 825419872
        },
        {
            "start": 825419904,
            "stop": 825424928
        },
        {
            "start": 825424960,
            "stop": 825428806
        },
        {
            "start": 825444138,
            "stop": 825445280
        },
        {
            "start": 825445312,
            "stop": 825448393
        },
        {
            "start": 825449859,
            "stop": 825450944
        },
        {
            "start": 825450976,
            "stop": 825456096
        },
        {
            "start": 825456128,
            "stop": 825458937
        },
        {
            "start": 825467574,
            "stop": 825468608
        },
        {
            "start": 825468640,
            "stop": 825478976
        }
    ]
}