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=848
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=849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=847",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 848,
    "results": [
        {
            "start": 861280069,
            "stop": 861280129
        },
        {
            "start": 861282463,
            "stop": 861288223
        },
        {
            "start": 861289502,
            "stop": 861295142
        },
        {
            "start": 861295776,
            "stop": 861296616
        },
        {
            "start": 861296826,
            "stop": 861296886
        },
        {
            "start": 861297018,
            "stop": 861301278
        },
        {
            "start": 861304361,
            "stop": 861304421
        },
        {
            "start": 861304747,
            "stop": 861305647
        },
        {
            "start": 861305813,
            "stop": 861306293
        },
        {
            "start": 861306625,
            "stop": 861306805
        },
        {
            "start": 861307216,
            "stop": 861309076
        },
        {
            "start": 861309424,
            "stop": 861310684
        },
        {
            "start": 861310830,
            "stop": 861312450
        },
        {
            "start": 861312656,
            "stop": 861315656
        },
        {
            "start": 861316622,
            "stop": 861316862
        },
        {
            "start": 861317019,
            "stop": 861318819
        },
        {
            "start": 861319016,
            "stop": 861319856
        },
        {
            "start": 861320008,
            "stop": 861320308
        },
        {
            "start": 861321290,
            "stop": 861321740
        },
        {
            "start": 861321860,
            "stop": 861330410
        }
    ]
}