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=1082
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=1083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1081",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1082,
    "results": [
        {
            "start": 873939852,
            "stop": 873939912
        },
        {
            "start": 873940068,
            "stop": 873940218
        },
        {
            "start": 873940446,
            "stop": 873941826
        },
        {
            "start": 873941966,
            "stop": 873942386
        },
        {
            "start": 873942532,
            "stop": 873942832
        },
        {
            "start": 873942983,
            "stop": 873943043
        },
        {
            "start": 873943251,
            "stop": 873943791
        },
        {
            "start": 873943937,
            "stop": 873944057
        },
        {
            "start": 873944443,
            "stop": 873945103
        },
        {
            "start": 873945417,
            "stop": 873945897
        },
        {
            "start": 873947171,
            "stop": 873947411
        },
        {
            "start": 873947575,
            "stop": 873948295
        },
        {
            "start": 873948444,
            "stop": 873949164
        },
        {
            "start": 873949311,
            "stop": 873949551
        },
        {
            "start": 873949744,
            "stop": 873949804
        },
        {
            "start": 873949958,
            "stop": 873950198
        },
        {
            "start": 873950343,
            "stop": 873950943
        },
        {
            "start": 873951350,
            "stop": 873951650
        },
        {
            "start": 873951800,
            "stop": 873952820
        },
        {
            "start": 873952958,
            "stop": 873953258
        }
    ]
}