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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=793",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 794,
    "results": [
        {
            "start": 858359791,
            "stop": 858360061
        },
        {
            "start": 858360211,
            "stop": 858360931
        },
        {
            "start": 858361093,
            "stop": 858363343
        },
        {
            "start": 858363493,
            "stop": 858364813
        },
        {
            "start": 858366357,
            "stop": 858366477
        },
        {
            "start": 858366926,
            "stop": 858370316
        },
        {
            "start": 858370466,
            "stop": 858375566
        },
        {
            "start": 858377386,
            "stop": 858377866
        },
        {
            "start": 858378541,
            "stop": 858390241
        },
        {
            "start": 858391364,
            "stop": 858395864
        },
        {
            "start": 858396060,
            "stop": 858402300
        },
        {
            "start": 858402448,
            "stop": 858403468
        },
        {
            "start": 858403667,
            "stop": 858405887
        },
        {
            "start": 858406037,
            "stop": 858407687
        },
        {
            "start": 858408707,
            "stop": 858419627
        },
        {
            "start": 858419856,
            "stop": 858419946
        },
        {
            "start": 858420036,
            "stop": 858422016
        },
        {
            "start": 858422166,
            "stop": 858425316
        },
        {
            "start": 858425512,
            "stop": 858426172
        },
        {
            "start": 858426322,
            "stop": 858428932
        }
    ]
}