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=1039
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=1040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1038",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1039,
    "results": [
        {
            "start": 872440831,
            "stop": 872441011
        },
        {
            "start": 872441315,
            "stop": 872441375
        },
        {
            "start": 872441535,
            "stop": 872442135
        },
        {
            "start": 872442292,
            "stop": 872442712
        },
        {
            "start": 872442966,
            "stop": 872443056
        },
        {
            "start": 872443268,
            "stop": 872443328
        },
        {
            "start": 872443505,
            "stop": 872444105
        },
        {
            "start": 872444375,
            "stop": 872444795
        },
        {
            "start": 872444972,
            "stop": 872445032
        },
        {
            "start": 872445183,
            "stop": 872446023
        },
        {
            "start": 872449336,
            "stop": 872449996
        },
        {
            "start": 872450436,
            "stop": 872450556
        },
        {
            "start": 872450707,
            "stop": 872450767
        },
        {
            "start": 872451376,
            "stop": 872451436
        },
        {
            "start": 872452029,
            "stop": 872452749
        },
        {
            "start": 872455584,
            "stop": 872455704
        },
        {
            "start": 872456064,
            "stop": 872456184
        },
        {
            "start": 872456521,
            "stop": 872456821
        },
        {
            "start": 872457139,
            "stop": 872457559
        },
        {
            "start": 872457693,
            "stop": 872458413
        }
    ]
}