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=1022
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=1023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1021",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1022,
    "results": [
        {
            "start": 872009878,
            "stop": 872010478
        },
        {
            "start": 872010623,
            "stop": 872010803
        },
        {
            "start": 872010950,
            "stop": 872014250
        },
        {
            "start": 872014397,
            "stop": 872014877
        },
        {
            "start": 872017806,
            "stop": 872018046
        },
        {
            "start": 872019359,
            "stop": 872019899
        },
        {
            "start": 872020116,
            "stop": 872020536
        },
        {
            "start": 872020702,
            "stop": 872021782
        },
        {
            "start": 872022122,
            "stop": 872022722
        },
        {
            "start": 872022892,
            "stop": 872023042
        },
        {
            "start": 872023248,
            "stop": 872023848
        },
        {
            "start": 872024075,
            "stop": 872027855
        },
        {
            "start": 872028298,
            "stop": 872030578
        },
        {
            "start": 872032383,
            "stop": 872032623
        },
        {
            "start": 872032765,
            "stop": 872033725
        },
        {
            "start": 872033883,
            "stop": 872035443
        },
        {
            "start": 872035600,
            "stop": 872039140
        },
        {
            "start": 872039287,
            "stop": 872039407
        },
        {
            "start": 872039761,
            "stop": 872043001
        },
        {
            "start": 872043155,
            "stop": 872043335
        }
    ]
}