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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=41",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 42,
    "results": [
        {
            "start": 821660854,
            "stop": 821660855
        },
        {
            "start": 821660858,
            "stop": 821660882
        },
        {
            "start": 821660885,
            "stop": 821661172
        },
        {
            "start": 821661175,
            "stop": 821661232
        },
        {
            "start": 821661235,
            "stop": 821661286
        },
        {
            "start": 821661289,
            "stop": 821661658
        },
        {
            "start": 821661661,
            "stop": 821663953
        },
        {
            "start": 821665175,
            "stop": 821665313
        },
        {
            "start": 821665317,
            "stop": 821665874
        },
        {
            "start": 821665878,
            "stop": 821665988
        },
        {
            "start": 821665991,
            "stop": 821666018
        },
        {
            "start": 821666021,
            "stop": 821666071
        },
        {
            "start": 821666074,
            "stop": 821666095
        },
        {
            "start": 821666098,
            "stop": 821666927
        },
        {
            "start": 821667040,
            "stop": 821667304
        },
        {
            "start": 821667307,
            "stop": 821667709
        },
        {
            "start": 821667712,
            "stop": 821667927
        },
        {
            "start": 821667930,
            "stop": 821668380
        },
        {
            "start": 821668383,
            "stop": 821669583
        },
        {
            "start": 821669799,
            "stop": 821677935
        }
    ]
}