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_H2L1/segments?format=api&page=287
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_H2L1/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=286",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 287,
    "results": [
        {
            "start": 831579814,
            "stop": 831580114
        },
        {
            "start": 831580796,
            "stop": 831580856
        },
        {
            "start": 831589642,
            "stop": 831589702
        },
        {
            "start": 831590165,
            "stop": 831590225
        },
        {
            "start": 831590667,
            "stop": 831590907
        },
        {
            "start": 831595900,
            "stop": 831596080
        },
        {
            "start": 831596267,
            "stop": 831596987
        },
        {
            "start": 831597164,
            "stop": 831597344
        },
        {
            "start": 831597771,
            "stop": 831598131
        },
        {
            "start": 831599368,
            "stop": 831605608
        },
        {
            "start": 831605758,
            "stop": 831607528
        },
        {
            "start": 831607683,
            "stop": 831609363
        },
        {
            "start": 831614759,
            "stop": 831616619
        },
        {
            "start": 831617654,
            "stop": 831620954
        },
        {
            "start": 831622323,
            "stop": 831622713
        },
        {
            "start": 831622863,
            "stop": 831622923
        },
        {
            "start": 831623146,
            "stop": 831626146
        },
        {
            "start": 831626290,
            "stop": 831626710
        },
        {
            "start": 831631945,
            "stop": 831633025
        },
        {
            "start": 831633246,
            "stop": 831638706
        }
    ]
}