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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=223",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 224,
    "results": [
        {
            "start": 836204448,
            "stop": 836220560
        },
        {
            "start": 836221241,
            "stop": 836225050
        },
        {
            "start": 836225051,
            "stop": 836228543
        },
        {
            "start": 836228989,
            "stop": 836233565
        },
        {
            "start": 836233705,
            "stop": 836233762
        },
        {
            "start": 836238447,
            "stop": 836238571
        },
        {
            "start": 836238574,
            "stop": 836238575
        },
        {
            "start": 836238578,
            "stop": 836238642
        },
        {
            "start": 836238645,
            "stop": 836238646
        },
        {
            "start": 836238862,
            "stop": 836239089
        },
        {
            "start": 836239452,
            "stop": 836241970
        },
        {
            "start": 836242209,
            "stop": 836258679
        },
        {
            "start": 836258852,
            "stop": 836259647
        },
        {
            "start": 836259825,
            "stop": 836259854
        },
        {
            "start": 836260261,
            "stop": 836260336
        },
        {
            "start": 836260355,
            "stop": 836260393
        },
        {
            "start": 836260395,
            "stop": 836260399
        },
        {
            "start": 836263708,
            "stop": 836293542
        },
        {
            "start": 836294820,
            "stop": 836295082
        },
        {
            "start": 836303676,
            "stop": 836307316
        }
    ]
}