Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=195
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=194",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 195,
    "results": [
        {
            "start": 826570990,
            "stop": 826571170
        },
        {
            "start": 826571782,
            "stop": 826571842
        },
        {
            "start": 826572020,
            "stop": 826572230
        },
        {
            "start": 826573873,
            "stop": 826574053
        },
        {
            "start": 826574580,
            "stop": 826574880
        },
        {
            "start": 826576068,
            "stop": 826576188
        },
        {
            "start": 826576218,
            "stop": 826576278
        },
        {
            "start": 826576398,
            "stop": 826576728
        },
        {
            "start": 826577094,
            "stop": 826577214
        },
        {
            "start": 826577731,
            "stop": 826577911
        },
        {
            "start": 826578054,
            "stop": 826578234
        },
        {
            "start": 826578396,
            "stop": 826578456
        },
        {
            "start": 826578691,
            "stop": 826578991
        },
        {
            "start": 826579121,
            "stop": 826579451
        },
        {
            "start": 826579481,
            "stop": 826579721
        },
        {
            "start": 826579859,
            "stop": 826579919
        },
        {
            "start": 826583051,
            "stop": 826583531
        },
        {
            "start": 826583706,
            "stop": 826584726
        },
        {
            "start": 826584976,
            "stop": 826585036
        },
        {
            "start": 826585191,
            "stop": 826585971
        }
    ]
}