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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=57",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 58,
    "results": [
        {
            "start": 822704032,
            "stop": 822714136
        },
        {
            "start": 822714139,
            "stop": 822714142
        },
        {
            "start": 822714147,
            "stop": 822714369
        },
        {
            "start": 822715671,
            "stop": 822723573
        },
        {
            "start": 822723576,
            "stop": 822725807
        },
        {
            "start": 822726759,
            "stop": 822728672
        },
        {
            "start": 822728704,
            "stop": 822731618
        },
        {
            "start": 822731621,
            "stop": 822732720
        },
        {
            "start": 822733223,
            "stop": 822734942
        },
        {
            "start": 822737091,
            "stop": 822737893
        },
        {
            "start": 822738938,
            "stop": 822747040
        },
        {
            "start": 822747072,
            "stop": 822755520
        },
        {
            "start": 822755552,
            "stop": 822758230
        },
        {
            "start": 822773473,
            "stop": 822773760
        },
        {
            "start": 822773792,
            "stop": 822777759
        },
        {
            "start": 822777765,
            "stop": 822790617
        },
        {
            "start": 822790618,
            "stop": 822796642
        },
        {
            "start": 822796643,
            "stop": 822798493
        },
        {
            "start": 822798494,
            "stop": 822798654
        },
        {
            "start": 822798657,
            "stop": 822800400
        }
    ]
}