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=934
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=935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=933",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 934,
    "results": [
        {
            "start": 866220984,
            "stop": 866221044
        },
        {
            "start": 866225053,
            "stop": 866225173
        },
        {
            "start": 866225305,
            "stop": 866225425
        },
        {
            "start": 866225515,
            "stop": 866225755
        },
        {
            "start": 866225815,
            "stop": 866226085
        },
        {
            "start": 866231688,
            "stop": 866231868
        },
        {
            "start": 866232201,
            "stop": 866233641
        },
        {
            "start": 866233731,
            "stop": 866233791
        },
        {
            "start": 866233821,
            "stop": 866235921
        },
        {
            "start": 866236190,
            "stop": 866236370
        },
        {
            "start": 866236552,
            "stop": 866237002
        },
        {
            "start": 866237157,
            "stop": 866240037
        },
        {
            "start": 866245349,
            "stop": 866248889
        },
        {
            "start": 866249052,
            "stop": 866252232
        },
        {
            "start": 866252442,
            "stop": 866254482
        },
        {
            "start": 866254632,
            "stop": 866257092
        },
        {
            "start": 866257493,
            "stop": 866261273
        },
        {
            "start": 866261423,
            "stop": 866262203
        },
        {
            "start": 866263901,
            "stop": 866268641
        },
        {
            "start": 866270980,
            "stop": 866273560
        }
    ]
}