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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1308
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1307",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1308,
    "results": [
        {
            "start": 962146562,
            "stop": 962146862
        },
        {
            "start": 962146863,
            "stop": 962150482
        },
        {
            "start": 962150636,
            "stop": 962154377
        },
        {
            "start": 962154840,
            "stop": 962156786
        },
        {
            "start": 962156787,
            "stop": 962158354
        },
        {
            "start": 962160378,
            "stop": 962161218
        },
        {
            "start": 962161219,
            "stop": 962162446
        },
        {
            "start": 962162448,
            "stop": 962162937
        },
        {
            "start": 962163005,
            "stop": 962163147
        },
        {
            "start": 962163149,
            "stop": 962163412
        },
        {
            "start": 962163414,
            "stop": 962163514
        },
        {
            "start": 962163516,
            "stop": 962163912
        },
        {
            "start": 962163914,
            "stop": 962164035
        },
        {
            "start": 962166876,
            "stop": 962167135
        },
        {
            "start": 962167137,
            "stop": 962167721
        },
        {
            "start": 962167723,
            "stop": 962168006
        },
        {
            "start": 962168008,
            "stop": 962173142
        },
        {
            "start": 962173144,
            "stop": 962177785
        },
        {
            "start": 962187303,
            "stop": 962189551
        },
        {
            "start": 962189552,
            "stop": 962191112
        }
    ]
}