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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4860",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4861,
    "results": [
        {
            "start": 874751351,
            "stop": 874751422
        },
        {
            "start": 874751442,
            "stop": 874751504
        },
        {
            "start": 874751523,
            "stop": 874751546
        },
        {
            "start": 874751565,
            "stop": 874751672
        },
        {
            "start": 874751696,
            "stop": 874751718
        },
        {
            "start": 874751737,
            "stop": 874751828
        },
        {
            "start": 874751848,
            "stop": 874751862
        },
        {
            "start": 874751886,
            "stop": 874751925
        },
        {
            "start": 874751944,
            "stop": 874751964
        },
        {
            "start": 874751984,
            "stop": 874751991
        },
        {
            "start": 874752020,
            "stop": 874752084
        },
        {
            "start": 874752103,
            "stop": 874752130
        },
        {
            "start": 874752149,
            "stop": 874752161
        },
        {
            "start": 874752194,
            "stop": 874752241
        },
        {
            "start": 874752261,
            "stop": 874752312
        },
        {
            "start": 874752331,
            "stop": 874752402
        },
        {
            "start": 874752427,
            "stop": 874752461
        },
        {
            "start": 874752480,
            "stop": 874752528
        },
        {
            "start": 874752562,
            "stop": 874752587
        },
        {
            "start": 874752627,
            "stop": 874752642
        }
    ]
}